Html Css Color HEX #1CCCAF Light Sea Green

📋 copy color: '#1CCCAF'

red 28 ◦ green 204 ◦ blue 175

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

Shades of Light Sea Green #1CCCAF

Tints of Light Sea Green #1CCCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 6.88%
G = 50.12%
B = 43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#1CCCAF (or 0x1CCCAF) is known color: Light Sea Green. HEX triplet: 1C, CC and AF. RGB value is (28,204,175). Sum of RGB (Red+Green+Blue) = 28+204+175=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCAF is #E33350. Grayscale: #949494. Windows color (decimal): -14889809 or 11521052. OLE color: 11521052.

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

Color convert

RGB 28 204 175 -
CMYK 0.86 0 0.14 0.2
HSL 170.11º 0.76% 0.45% -
HSV(B) 170.11º 0.86% 0.8% -
XYZ 29.81 46.53 47.97 -
YUV 148.07 143.19 42.36 -
System Red Green Blue C M Y K H S L
Decimal 28 204 175 0.86 0 0.14 0.2 170.11 0.76 0.45
Hex 1C CC AF 56 0 E 14 AA 4C 2D
Octal 34 314 257 126 0 16 24 252 114 55
Binary 11100 11001100 10101111 1010110 0 1110 10100 10101010 1001100 101101

Color Harmonies of #1CCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCAF

Black with #1CCCAF

Text Example


Text Example

White with #1CCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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