Html Css Color HEX #1CBBAB Light Sea Green

📋 copy color: '#1CBBAB'

red 28 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #1CBBAB

Tints of Light Sea Green #1CBBAB

RGB

 RED value IS 28 (11.33% from 255) = 7.25%

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 7.25%
G = 48.45%
B = 44.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#1CBBAB (or 0x1CBBAB) is known color: Light Sea Green. HEX triplet: 1C, BB and AB. RGB value is (28,187,171). Sum of RGB (Red+Green+Blue) = 28+187+171=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBAB is #E34454. Grayscale: #898989. Windows color (decimal): -14894165 or 11254556. OLE color: 11254556.

HSL color Cylindrical-coordinate representation of color #1CBBAB: hue angle of 173.96º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBBAB is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 171 -
CMYK 0.85 0 0.09 0.27
HSL 173.96º 0.74% 0.42% -
HSV(B) 173.96º 0.85% 0.73% -
XYZ 25.6 38.73 44.65 -
YUV 137.64 146.82 49.8 -
System Red Green Blue C M Y K H S L
Decimal 28 187 171 0.85 0 0.09 0.27 173.96 0.74 0.42
Hex 1C BB AB 55 0 9 1B AE 4A 2A
Octal 34 273 253 125 0 11 33 256 112 52
Binary 11100 10111011 10101011 1010101 0 1001 11011 10101110 1001010 101010

Color Harmonies of #1CBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBAB

Black with #1CBBAB

Text Example


Text Example

White with #1CBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBBAB; }

 p { color: rgb(28,187,171); }

 H1.HeaderClassName
 {
   color: #1CBBAB;
 }
 .AnyTagClassName
 {
   color: #1CBBAB;
 }
</style>

background-color css

<style>
 a { background-color: #1CBBAB; }

 a { background-color: rgb(28,187,171); }

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

border-color css

<style>
 span { border-color: #1CBBAB; }

 span { border-color: rgb(28,187,171); }

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