Html Css Color HEX #1CCFAC Light Sea Green

📋 copy color: '#1CCFAC'

red 28 ◦ green 207 ◦ blue 172

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

Shades of Light Sea Green #1CCFAC

Tints of Light Sea Green #1CCFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 6.88%
G = 50.86%
B = 42.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#1CCFAC (or 0x1CCFAC) is known color: Light Sea Green. HEX triplet: 1C, CF and AC. RGB value is (28,207,172). Sum of RGB (Red+Green+Blue) = 28+207+172=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCFAC is #E33053. Grayscale: #959595. Windows color (decimal): -14889044 or 11325212. OLE color: 11325212.

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

Color convert

RGB 28 207 172 -
CMYK 0.86 0 0.17 0.19
HSL 168.27º 0.76% 0.46% -
HSV(B) 168.27º 0.86% 0.81% -
XYZ 30.24 47.85 46.67 -
YUV 149.49 140.7 41.35 -
System Red Green Blue C M Y K H S L
Decimal 28 207 172 0.86 0 0.17 0.19 168.27 0.76 0.46
Hex 1C CF AC 56 0 11 13 A8 4C 2E
Octal 34 317 254 126 0 21 23 250 114 56
Binary 11100 11001111 10101100 1010110 0 10001 10011 10101000 1001100 101110

Color Harmonies of #1CCFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFAC

Black with #1CCFAC

Text Example


Text Example

White with #1CCFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,207,172); }

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

background-color css

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

 a { background-color: rgb(28,207,172); }

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

border-color css

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

 span { border-color: rgb(28,207,172); }

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