Html Css Color HEX #18806D Deep Sea

📋 copy color: '#18806D'

red 24 ◦ green 128 ◦ blue 109

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

Shades of Deep Sea #18806D

Tints of Deep Sea #18806D

RGB

 RED value IS 24 (9.77% from 255) = 9.2%

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

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

R = 9.2%
G = 49.04%
B = 41.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#18806D (or 0x18806D) is known color: Deep Sea. HEX triplet: 18, 80 and 6D. RGB value is (24,128,109). Sum of RGB (Red+Green+Blue) = 24+128+109=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #18806D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18806D is #E77F92. Grayscale: #5E5E5E. Windows color (decimal): -15171475 or 7176216. OLE color: 7176216.

HSL color Cylindrical-coordinate representation of color #18806D: hue angle of 169.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18806D is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 109 -
CMYK 0.81 0 0.15 0.50
HSL 169.04º 0.68% 0.3% -
HSV(B) 169.04º 0.81% 0.5% -
XYZ 10.86 16.74 17.13 -
YUV 94.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 24 128 109 0.81 0 0.15 0.50 169.04 0.68 0.3
Hex 18 80 6D 51 0 F 32 A9 44 1E
Octal 30 200 155 121 0 17 62 251 104 36
Binary 11000 10000000 1101101 1010001 0 1111 110010 10101001 1000100 11110

Color Harmonies of #18806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18806D

Black with #18806D

Text Example


Text Example

White with #18806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18806D; }

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

 H1.HeaderClassName
 {
   color: #18806D;
 }
 .AnyTagClassName
 {
   color: #18806D;
 }
</style>

background-color css

<style>
 a { background-color: #18806D; }

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

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

border-color css

<style>
 span { border-color: #18806D; }

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

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