Html Css Color HEX #1CCAAB Light Sea Green

📋 copy color: '#1CCAAB'

red 28 ◦ green 202 ◦ blue 171

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

Shades of Light Sea Green #1CCAAB

Tints of Light Sea Green #1CCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.37%

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

R = 6.98%
G = 50.37%
B = 42.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#1CCAAB (or 0x1CCAAB) is known color: Light Sea Green. HEX triplet: 1C, CA and AB. RGB value is (28,202,171). Sum of RGB (Red+Green+Blue) = 28+202+171=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCAAB is #E33554. Grayscale: #929292. Windows color (decimal): -14890325 or 11258396. OLE color: 11258396.

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

Color convert

RGB 28 202 171 -
CMYK 0.86 0 0.15 0.21
HSL 169.31º 0.76% 0.45% -
HSV(B) 169.31º 0.86% 0.79% -
XYZ 28.95 45.43 45.77 -
YUV 146.44 141.85 43.52 -
System Red Green Blue C M Y K H S L
Decimal 28 202 171 0.86 0 0.15 0.21 169.31 0.76 0.45
Hex 1C CA AB 56 0 F 15 A9 4C 2D
Octal 34 312 253 126 0 17 25 251 114 55
Binary 11100 11001010 10101011 1010110 0 1111 10101 10101001 1001100 101101

Color Harmonies of #1CCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCAAB

Black with #1CCAAB

Text Example


Text Example

White with #1CCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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