Html Css Color HEX #1CCEAF Light Sea Green

📋 copy color: '#1CCEAF'

red 28 ◦ green 206 ◦ blue 175

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

Shades of Light Sea Green #1CCEAF

Tints of Light Sea Green #1CCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.37%

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

R = 6.85%
G = 50.37%
B = 42.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#1CCEAF (or 0x1CCEAF) is known color: Light Sea Green. HEX triplet: 1C, CE and AF. RGB value is (28,206,175). Sum of RGB (Red+Green+Blue) = 28+206+175=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCEAF is #E33150. Grayscale: #959595. Windows color (decimal): -14889297 or 11521564. OLE color: 11521564.

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

Color convert

RGB 28 206 175 -
CMYK 0.86 0 0.15 0.19
HSL 169.55º 0.76% 0.46% -
HSV(B) 169.55º 0.86% 0.81% -
XYZ 30.29 47.48 48.13 -
YUV 149.24 142.53 41.52 -
System Red Green Blue C M Y K H S L
Decimal 28 206 175 0.86 0 0.15 0.19 169.55 0.76 0.46
Hex 1C CE AF 56 0 F 13 AA 4C 2E
Octal 34 316 257 126 0 17 23 252 114 56
Binary 11100 11001110 10101111 1010110 0 1111 10011 10101010 1001100 101110

Color Harmonies of #1CCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEAF

Black with #1CCEAF

Text Example


Text Example

White with #1CCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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