Html Css Color HEX #1CCAB5 Light Sea Green

📋 copy color: '#1CCAB5'

red 28 ◦ green 202 ◦ blue 181

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

Shades of Light Sea Green #1CCAB5

Tints of Light Sea Green #1CCAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 6.81%
G = 49.15%
B = 44.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#1CCAB5 (or 0x1CCAB5) is known color: Light Sea Green. HEX triplet: 1C, CA and B5. RGB value is (28,202,181). Sum of RGB (Red+Green+Blue) = 28+202+181=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCAB5 is #E3354A. Grayscale: #939393. Windows color (decimal): -14890315 or 11913756. OLE color: 11913756.

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

Color convert

RGB 28 202 181 -
CMYK 0.86 0 0.10 0.21
HSL 172.76º 0.76% 0.45% -
HSV(B) 172.76º 0.86% 0.79% -
XYZ 29.94 45.82 50.98 -
YUV 147.58 146.85 42.71 -
System Red Green Blue C M Y K H S L
Decimal 28 202 181 0.86 0 0.10 0.21 172.76 0.76 0.45
Hex 1C CA B5 56 0 A 15 AD 4C 2D
Octal 34 312 265 126 0 12 25 255 114 55
Binary 11100 11001010 10110101 1010110 0 1010 10101 10101101 1001100 101101

Color Harmonies of #1CCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCAB5

Black with #1CCAB5

Text Example


Text Example

White with #1CCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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