Html Css Color HEX #1CC0B7 Light Sea Green

📋 copy color: '#1CC0B7'

red 28 ◦ green 192 ◦ blue 183

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

Shades of Light Sea Green #1CC0B7

Tints of Light Sea Green #1CC0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 6.95%
G = 47.64%
B = 45.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#1CC0B7 (or 0x1CC0B7) is known color: Light Sea Green. HEX triplet: 1C, C0 and B7. RGB value is (28,192,183). Sum of RGB (Red+Green+Blue) = 28+192+183=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0B7 is #E33F48. Grayscale: #8D8D8D. Windows color (decimal): -14892873 or 12042268. OLE color: 12042268.

HSL color Cylindrical-coordinate representation of color #1CC0B7: hue angle of 176.71º 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 #1CC0B7 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 192 183 -
CMYK 0.85 0 0.05 0.25
HSL 176.71º 0.75% 0.43% -
HSV(B) 176.71º 0.85% 0.75% -
XYZ 27.88 41.37 51.31 -
YUV 141.94 151.17 46.73 -
System Red Green Blue C M Y K H S L
Decimal 28 192 183 0.85 0 0.05 0.25 176.71 0.75 0.43
Hex 1C C0 B7 55 0 5 19 B1 4B 2B
Octal 34 300 267 125 0 5 31 261 113 53
Binary 11100 11000000 10110111 1010101 0 101 11001 10110001 1001011 101011

Color Harmonies of #1CC0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC0B7

Black with #1CC0B7

Text Example


Text Example

White with #1CC0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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