Html Css Color HEX #18805D Deep Sea

📋 copy color: '#18805D'

red 24 ◦ green 128 ◦ blue 93

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

Shades of Deep Sea #18805D

Tints of Deep Sea #18805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 9.8%
G = 52.24%
B = 37.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#18805D (or 0x18805D) is known color: Deep Sea. HEX triplet: 18, 80 and 5D. RGB value is (24,128,93). Sum of RGB (Red+Green+Blue) = 24+128+93=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #18805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18805D is #E77FA2. Grayscale: #5C5C5C. Windows color (decimal): -15171491 or 6127640. OLE color: 6127640.

HSL color Cylindrical-coordinate representation of color #18805D: hue angle of 159.81º 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 #18805D is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 93 -
CMYK 0.81 0 0.27 0.50
HSL 159.81º 0.68% 0.3% -
HSV(B) 159.81º 0.81% 0.5% -
XYZ 10.07 16.42 13 -
YUV 92.91 128.04 78.85 -
System Red Green Blue C M Y K H S L
Decimal 24 128 93 0.81 0 0.27 0.50 159.81 0.68 0.3
Hex 18 80 5D 51 0 1B 32 A0 44 1E
Octal 30 200 135 121 0 33 62 240 104 36
Binary 11000 10000000 1011101 1010001 0 11011 110010 10100000 1000100 11110

Color Harmonies of #18805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18805D

Black with #18805D

Text Example


Text Example

White with #18805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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