Html Css Color HEX #1CC0BE Light Sea Green

📋 copy color: '#1CC0BE'

red 28 ◦ green 192 ◦ blue 190

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

Shades of Light Sea Green #1CC0BE

Tints of Light Sea Green #1CC0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 6.83%
G = 46.83%
B = 46.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#1CC0BE (or 0x1CC0BE) is known color: Light Sea Green. HEX triplet: 1C, C0 and BE. RGB value is (28,192,190). Sum of RGB (Red+Green+Blue) = 28+192+190=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0BE is #E33F41. Grayscale: #8E8E8E. Windows color (decimal): -14892866 or 12501020. OLE color: 12501020.

HSL color Cylindrical-coordinate representation of color #1CC0BE: hue angle of 179.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC0BE is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 192 190 -
CMYK 0.85 0 0.01 0.25
HSL 179.27º 0.75% 0.43% -
HSV(B) 179.27º 0.85% 0.75% -
XYZ 28.62 41.66 55.25 -
YUV 142.74 154.67 46.16 -
System Red Green Blue C M Y K H S L
Decimal 28 192 190 0.85 0 0.01 0.25 179.27 0.75 0.43
Hex 1C C0 BE 55 0 1 19 B3 4B 2B
Octal 34 300 276 125 0 1 31 263 113 53
Binary 11100 11000000 10111110 1010101 0 1 11001 10110011 1001011 101011

Color Harmonies of #1CC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0BE

Black with #1CC0BE

Text Example


Text Example

White with #1CC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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