Html Css Color HEX #1CC2BE Light Sea Green

📋 copy color: '#1CC2BE'

red 28 ◦ green 194 ◦ blue 190

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

Shades of Light Sea Green #1CC2BE

Tints of Light Sea Green #1CC2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 6.8%
G = 47.09%
B = 46.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#1CC2BE (or 0x1CC2BE) is known color: Light Sea Green. HEX triplet: 1C, C2 and BE. RGB value is (28,194,190). Sum of RGB (Red+Green+Blue) = 28+194+190=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2BE is #E33D41. Grayscale: #8F8F8F. Windows color (decimal): -14892354 or 12501532. OLE color: 12501532.

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

Color convert

RGB 28 194 190 -
CMYK 0.86 0 0.02 0.24
HSL 178.55º 0.75% 0.44% -
HSV(B) 178.55º 0.86% 0.76% -
XYZ 29.06 42.55 55.4 -
YUV 143.91 154 45.33 -
System Red Green Blue C M Y K H S L
Decimal 28 194 190 0.86 0 0.02 0.24 178.55 0.75 0.44
Hex 1C C2 BE 56 0 2 18 B3 4B 2C
Octal 34 302 276 126 0 2 30 263 113 54
Binary 11100 11000010 10111110 1010110 0 10 11000 10110011 1001011 101100

Color Harmonies of #1CC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2BE

Black with #1CC2BE

Text Example


Text Example

White with #1CC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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