Html Css Color HEX #1CBBA9 Light Sea Green

📋 copy color: '#1CBBA9'

red 28 ◦ green 187 ◦ blue 169

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

Shades of Light Sea Green #1CBBA9

Tints of Light Sea Green #1CBBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 7.29%
G = 48.7%
B = 44.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#1CBBA9 (or 0x1CBBA9) is known color: Light Sea Green. HEX triplet: 1C, BB and A9. RGB value is (28,187,169). Sum of RGB (Red+Green+Blue) = 28+187+169=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBA9 is #E34456. Grayscale: #898989. Windows color (decimal): -14894167 or 11123484. OLE color: 11123484.

HSL color Cylindrical-coordinate representation of color #1CBBA9: hue angle of 173.21º 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 #1CBBA9 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 169 -
CMYK 0.85 0 0.10 0.27
HSL 173.21º 0.74% 0.42% -
HSV(B) 173.21º 0.85% 0.73% -
XYZ 25.41 38.65 43.66 -
YUV 137.41 145.82 49.96 -
System Red Green Blue C M Y K H S L
Decimal 28 187 169 0.85 0 0.10 0.27 173.21 0.74 0.42
Hex 1C BB A9 55 0 A 1B AD 4A 2A
Octal 34 273 251 125 0 12 33 255 112 52
Binary 11100 10111011 10101001 1010101 0 1010 11011 10101101 1001010 101010

Color Harmonies of #1CBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBA9

Black with #1CBBA9

Text Example


Text Example

White with #1CBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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