Html Css Color HEX #2ABBBC Light Sea Green

📋 copy color: '#2ABBBC'

red 42 ◦ green 187 ◦ blue 188

#2ABBBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2ABBBC

Tints of Light Sea Green #2ABBBC

RGB

 RED value IS 42 (16.8% from 255) = 10.07%

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 10.07%
G = 44.84%
B = 45.08%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2ABBBC (or 0x2ABBBC) is known color: Light Sea Green. HEX triplet: 2A, BB and BC. RGB value is (42,187,188). Sum of RGB (Red+Green+Blue) = 42+187+188=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #2ABBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBC is #D54443. Grayscale: #8F8F8F. Windows color (decimal): -13976644 or 12368682. OLE color: 12368682.

HSL color Cylindrical-coordinate representation of color #2ABBBC: hue angle of 180.41º 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 #2ABBBC is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 187 188 -
CMYK 0.78 0.01 0 0.26
HSL 180.41º 0.63% 0.45% -
HSV(B) 180.41º 0.78% 0.74% -
XYZ 27.8 39.66 53.77 -
YUV 143.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 42 187 188 0.78 0.01 0 0.26 180.41 0.63 0.45
Hex 2A BB BC 4E 1 0 1A B4 3F 2D
Octal 52 273 274 116 1 0 32 264 77 55
Binary 101010 10111011 10111100 1001110 1 0 11010 10110100 111111 101101

Color Harmonies of #2ABBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBBC

Black with #2ABBBC

Text Example


Text Example

White with #2ABBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABBBC;
 }
 .AnyTagClassName
 {
   color: #2ABBBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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