Html Css Color HEX #1C806D Deep Sea

📋 copy color: '#1C806D'

red 28 ◦ green 128 ◦ blue 109

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

Shades of Deep Sea #1C806D

Tints of Deep Sea #1C806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 10.57%
G = 48.3%
B = 41.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#1C806D (or 0x1C806D) is known color: Deep Sea. HEX triplet: 1C, 80 and 6D. RGB value is (28,128,109). Sum of RGB (Red+Green+Blue) = 28+128+109=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #1C806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C806D is #E37F92. Grayscale: #5F5F5F. Windows color (decimal): -14909331 or 7176220. OLE color: 7176220.

HSL color Cylindrical-coordinate representation of color #1C806D: hue angle of 168.6º 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 #1C806D is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 28 128 109 -
CMYK 0.78 0 0.15 0.50
HSL 168.6º 0.64% 0.31% -
HSV(B) 168.6º 0.78% 0.5% -
XYZ 10.96 16.79 17.13 -
YUV 95.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 28 128 109 0.78 0 0.15 0.50 168.6 0.64 0.31
Hex 1C 80 6D 4E 0 F 32 A9 40 1F
Octal 34 200 155 116 0 17 62 251 100 37
Binary 11100 10000000 1101101 1001110 0 1111 110010 10101001 1000000 11111

Color Harmonies of #1C806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C806D

Black with #1C806D

Text Example


Text Example

White with #1C806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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