#2abc67

Color #2ABC67 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2ABC67

Tints of Medium Sea Green #2ABC67

Color information

#2ABC67 (or 0x2ABC67) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BC and 67. RGB value is (42,188,103). Sum of RGB (Red+Green+Blue) = 42+188+103=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC67 is #D54398. Grayscale: #868686. Windows color (decimal): -13976473 or 6798378. OLE color: 6798378.

HSL color Cylindrical-coordinate representation of color #2ABC67: hue angle of 145.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC67 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB42188103-
CMYK0.7800.450.26
HSL145.07º63.48%45.1%-
HSV(B)145.07º77.66%73.73%-
XYZ21.3937.4418.93-
YUV134.66110.1361.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 188 (73.83% from 255) = 56.46%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=12.61%
G=56.46%
B=30.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421881030.7800.450.26145.0763.4845.1
Hex2ABC674E02D1A913f2d
Octal52274147116055322217755
Binary101010101111001100111100111001011011101010010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2abc67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2abc67; }

 p { color: rgb(42,188,103); }

 H1.HeaderClassName
 {
   color: #2abc67;
 }
 .AnyTagClassName
 {
   color: #2abc67;
 }
</style>
background-color css

<style>
 a { background-color: #2abc67; }

 a { background-color: rgb(42,188,103); }

 div.DivClassName
 {
   background-color: #2abc67;
 }
 .BgClassName
 {
   background-color: #2abc67;
 }
</style>
border-color css

<style>
 span { border-color: #2abc67; }

 span { border-color: rgb(42,188,103); }

 td.TdClassName
 {
   border-color: #2abc67;
 }
 .TagClassName
 {
   border-color: #2abc67;
 }
</style>