Html Css Color HEX #1CC2BC Light Sea Green

📋 copy color: '#1CC2BC'

red 28 ◦ green 194 ◦ blue 188

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

Shades of Light Sea Green #1CC2BC

Tints of Light Sea Green #1CC2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 6.83%
G = 47.32%
B = 45.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#1CC2BC (or 0x1CC2BC) is known color: Light Sea Green. HEX triplet: 1C, C2 and BC. RGB value is (28,194,188). Sum of RGB (Red+Green+Blue) = 28+194+188=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2BC is #E33D43. Grayscale: #8F8F8F. Windows color (decimal): -14892356 or 12370460. OLE color: 12370460.

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

Color convert

RGB 28 194 188 -
CMYK 0.86 0 0.03 0.24
HSL 177.83º 0.75% 0.44% -
HSV(B) 177.83º 0.86% 0.76% -
XYZ 28.85 42.46 54.25 -
YUV 143.68 153 45.49 -
System Red Green Blue C M Y K H S L
Decimal 28 194 188 0.86 0 0.03 0.24 177.83 0.75 0.44
Hex 1C C2 BC 56 0 3 18 B2 4B 2C
Octal 34 302 274 126 0 3 30 262 113 54
Binary 11100 11000010 10111100 1010110 0 11 11000 10110010 1001011 101100

Color Harmonies of #1CC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2BC

Black with #1CC2BC

Text Example


Text Example

White with #1CC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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