Html Css Color HEX #1CCCA8 Light Sea Green

📋 copy color: '#1CCCA8'

red 28 ◦ green 204 ◦ blue 168

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

Shades of Light Sea Green #1CCCA8

Tints of Light Sea Green #1CCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51%

 BLUE value IS 168 (66.02% from 255) = 42%

R = 7%
G = 51%
B = 42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#1CCCA8 (or 0x1CCCA8) is known color: Light Sea Green. HEX triplet: 1C, CC and A8. RGB value is (28,204,168). Sum of RGB (Red+Green+Blue) = 28+204+168=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCA8 is #E33357. Grayscale: #939393. Windows color (decimal): -14889816 or 11062300. OLE color: 11062300.

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

Color convert

RGB 28 204 168 -
CMYK 0.86 0 0.18 0.2
HSL 167.73º 0.76% 0.45% -
HSV(B) 167.73º 0.86% 0.8% -
XYZ 29.14 46.26 44.44 -
YUV 147.27 139.69 42.93 -
System Red Green Blue C M Y K H S L
Decimal 28 204 168 0.86 0 0.18 0.2 167.73 0.76 0.45
Hex 1C CC A8 56 0 12 14 A8 4C 2D
Octal 34 314 250 126 0 22 24 250 114 55
Binary 11100 11001100 10101000 1010110 0 10010 10100 10101000 1001100 101101

Color Harmonies of #1CCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCA8

Black with #1CCCA8

Text Example


Text Example

White with #1CCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,168); }

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

background-color css

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

 a { background-color: rgb(28,204,168); }

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

border-color css

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

 span { border-color: rgb(28,204,168); }

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