Html Css Color HEX #1CCBAA Light Sea Green

📋 copy color: '#1CCBAA'

red 28 ◦ green 203 ◦ blue 170

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

Shades of Light Sea Green #1CCBAA

Tints of Light Sea Green #1CCBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.62%

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

R = 6.98%
G = 50.62%
B = 42.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#1CCBAA (or 0x1CCBAA) is known color: Light Sea Green. HEX triplet: 1C, CB and AA. RGB value is (28,203,170). Sum of RGB (Red+Green+Blue) = 28+203+170=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCBAA is #E33455. Grayscale: #929292. Windows color (decimal): -14890070 or 11193116. OLE color: 11193116.

HSL color Cylindrical-coordinate representation of color #1CCBAA: hue angle of 168.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCBAA is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 170 -
CMYK 0.86 0 0.16 0.20
HSL 168.69º 0.76% 0.45% -
HSV(B) 168.69º 0.86% 0.8% -
XYZ 29.09 45.86 45.35 -
YUV 146.91 141.02 43.18 -
System Red Green Blue C M Y K H S L
Decimal 28 203 170 0.86 0 0.16 0.20 168.69 0.76 0.45
Hex 1C CB AA 56 0 10 14 A9 4C 2D
Octal 34 313 252 126 0 20 24 251 114 55
Binary 11100 11001011 10101010 1010110 0 10000 10100 10101001 1001100 101101

Color Harmonies of #1CCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCBAA

Black with #1CCBAA

Text Example


Text Example

White with #1CCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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