Html Css Color HEX #1CCBAB Light Sea Green

📋 copy color: '#1CCBAB'

red 28 ◦ green 203 ◦ blue 171

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

Shades of Light Sea Green #1CCBAB

Tints of Light Sea Green #1CCBAB

RGB

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

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

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

R = 6.97%
G = 50.5%
B = 42.54%

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

#1CCBAB (or 0x1CCBAB) is known color: Light Sea Green. HEX triplet: 1C, CB and AB. RGB value is (28,203,171). Sum of RGB (Red+Green+Blue) = 28+203+171=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCBAB is #E33454. Grayscale: #929292. Windows color (decimal): -14890069 or 11258652. OLE color: 11258652.

HSL color Cylindrical-coordinate representation of color #1CCBAB: hue angle of 169.03º 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 #1CCBAB is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 171 -
CMYK 0.86 0 0.16 0.20
HSL 169.03º 0.76% 0.45% -
HSV(B) 169.03º 0.86% 0.8% -
XYZ 29.19 45.9 45.85 -
YUV 147.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 28 203 171 0.86 0 0.16 0.20 169.03 0.76 0.45
Hex 1C CB AB 56 0 10 14 A9 4C 2D
Octal 34 313 253 126 0 20 24 251 114 55
Binary 11100 11001011 10101011 1010110 0 10000 10100 10101001 1001100 101101

Color Harmonies of #1CCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCBAB

Black with #1CCBAB

Text Example


Text Example

White with #1CCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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