Html Css Color HEX #1CBCAA Light Sea Green

📋 copy color: '#1CBCAA'

red 28 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #1CBCAA

Tints of Light Sea Green #1CBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.7%

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

R = 7.25%
G = 48.7%
B = 44.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#1CBCAA (or 0x1CBCAA) is known color: Light Sea Green. HEX triplet: 1C, BC and AA. RGB value is (28,188,170). Sum of RGB (Red+Green+Blue) = 28+188+170=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCAA is #E34355. Grayscale: #8A8A8A. Windows color (decimal): -14893910 or 11189276. OLE color: 11189276.

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

Color convert

RGB 28 188 170 -
CMYK 0.85 0 0.10 0.26
HSL 173.25º 0.74% 0.42% -
HSV(B) 173.25º 0.85% 0.74% -
XYZ 25.72 39.12 44.22 -
YUV 138.11 145.99 49.46 -
System Red Green Blue C M Y K H S L
Decimal 28 188 170 0.85 0 0.10 0.26 173.25 0.74 0.42
Hex 1C BC AA 55 0 A 1A AD 4A 2A
Octal 34 274 252 125 0 12 32 255 112 52
Binary 11100 10111100 10101010 1010101 0 1010 11010 10101101 1001010 101010

Color Harmonies of #1CBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCAA

Black with #1CBCAA

Text Example


Text Example

White with #1CBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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