#2ABBC6

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

Shades of Light Sea Green #2ABBC6

Tints of Light Sea Green #2ABBC6

Color information

#2ABBC6 (or 0x2ABBC6) is unknown color: approx Light Sea Green. HEX triplet: 2A, BB and C6. RGB value is (42,187,198). Sum of RGB (Red+Green+Blue) = 42+187+198=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #2ABBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBC6 is #D54439. Grayscale: #909090. Windows color (decimal): -13976634 or 13024042. OLE color: 13024042.

HSL color Cylindrical-coordinate representation of color #2ABBC6: hue angle of 184.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABBC6 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB42187198-
CMYK0.790.0600.22
HSL184.23º65%47.06%-
HSV(B)184.23º78.79%77.65%-
XYZ28.9240.1159.64-
YUV144.9157.9654.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.84%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=9.84%
G=43.79%
B=46.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421871980.790.0600.22184.236547.06
Hex2ABBC64F6016b8412f
Octal52273306117602627010157
Binary10101010111011110001101001111110010110101110001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,187,198); }

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

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

 a { background-color: rgb(42,187,198); }

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

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

 span { border-color: rgb(42,187,198); }

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