Html Css Color HEX #1CBAAA Light Sea Green

📋 copy color: '#1CBAAA'

red 28 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #1CBAAA

Tints of Light Sea Green #1CBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 7.29%
G = 48.44%
B = 44.27%

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

#1CBAAA (or 0x1CBAAA) is known color: Light Sea Green. HEX triplet: 1C, BA and AA. RGB value is (28,186,170). Sum of RGB (Red+Green+Blue) = 28+186+170=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAAA is #E34555. Grayscale: #888888. Windows color (decimal): -14894422 or 11188764. OLE color: 11188764.

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

Color convert

RGB 28 186 170 -
CMYK 0.85 0 0.09 0.27
HSL 173.92º 0.74% 0.42% -
HSV(B) 173.92º 0.85% 0.73% -
XYZ 25.29 38.27 44.08 -
YUV 136.93 146.65 50.3 -
System Red Green Blue C M Y K H S L
Decimal 28 186 170 0.85 0 0.09 0.27 173.92 0.74 0.42
Hex 1C BA AA 55 0 9 1B AE 4A 2A
Octal 34 272 252 125 0 11 33 256 112 52
Binary 11100 10111010 10101010 1010101 0 1001 11011 10101110 1001010 101010

Color Harmonies of #1CBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAAA

Black with #1CBAAA

Text Example


Text Example

White with #1CBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,186,170); }

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

background-color css

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

 a { background-color: rgb(28,186,170); }

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

border-color css

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

 span { border-color: rgb(28,186,170); }

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