Html Css Color HEX #1CC2AF Light Sea Green

📋 copy color: '#1CC2AF'

red 28 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #1CC2AF

Tints of Light Sea Green #1CC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.87%

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

R = 7.05%
G = 48.87%
B = 44.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#1CC2AF (or 0x1CC2AF) is known color: Light Sea Green. HEX triplet: 1C, C2 and AF. RGB value is (28,194,175). Sum of RGB (Red+Green+Blue) = 28+194+175=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC2AF is #E33D50. Grayscale: #8E8E8E. Windows color (decimal): -14892369 or 11518492. OLE color: 11518492.

HSL color Cylindrical-coordinate representation of color #1CC2AF: hue angle of 173.13º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC2AF is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 194 175 -
CMYK 0.86 0 0.10 0.24
HSL 173.13º 0.75% 0.44% -
HSV(B) 173.13º 0.86% 0.76% -
XYZ 27.51 41.93 47.2 -
YUV 142.2 146.5 46.54 -
System Red Green Blue C M Y K H S L
Decimal 28 194 175 0.86 0 0.10 0.24 173.13 0.75 0.44
Hex 1C C2 AF 56 0 A 18 AD 4B 2C
Octal 34 302 257 126 0 12 30 255 113 54
Binary 11100 11000010 10101111 1010110 0 1010 11000 10101101 1001011 101100

Color Harmonies of #1CC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2AF

Black with #1CC2AF

Text Example


Text Example

White with #1CC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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