Html Css Color HEX #1C8060 Deep Sea

📋 copy color: '#1C8060'

red 28 ◦ green 128 ◦ blue 96

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

Shades of Deep Sea #1C8060

Tints of Deep Sea #1C8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 11.11%
G = 50.79%
B = 38.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#1C8060 (or 0x1C8060) is known color: Deep Sea. HEX triplet: 1C, 80 and 60. RGB value is (28,128,96). Sum of RGB (Red+Green+Blue) = 28+128+96=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #1C8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8060 is #E37F9F. Grayscale: #5E5E5E. Windows color (decimal): -14909344 or 6324252. OLE color: 6324252.

HSL color Cylindrical-coordinate representation of color #1C8060: hue angle of 160.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C8060 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 28 128 96 -
CMYK 0.78 0 0.25 0.50
HSL 160.8º 0.64% 0.31% -
HSV(B) 160.8º 0.78% 0.5% -
XYZ 10.31 16.53 13.71 -
YUV 94.45 128.87 80.6 -
System Red Green Blue C M Y K H S L
Decimal 28 128 96 0.78 0 0.25 0.50 160.8 0.64 0.31
Hex 1C 80 60 4E 0 19 32 A1 40 1F
Octal 34 200 140 116 0 31 62 241 100 37
Binary 11100 10000000 1100000 1001110 0 11001 110010 10100001 1000000 11111

Color Harmonies of #1C8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8060

Black with #1C8060

Text Example


Text Example

White with #1C8060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,128,96); }

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

background-color css

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

 a { background-color: rgb(28,128,96); }

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

border-color css

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

 span { border-color: rgb(28,128,96); }

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