Html Css Color HEX #18805F Deep Sea

📋 copy color: '#18805F'

red 24 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #18805F

Tints of Deep Sea #18805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 9.72%
G = 51.82%
B = 38.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#18805F (or 0x18805F) is known color: Deep Sea. HEX triplet: 18, 80 and 5F. RGB value is (24,128,95). Sum of RGB (Red+Green+Blue) = 24+128+95=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #18805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18805F is #E77FA0. Grayscale: #5D5D5D. Windows color (decimal): -15171489 or 6258712. OLE color: 6258712.

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

Color convert

RGB 24 128 95 -
CMYK 0.81 0 0.26 0.50
HSL 160.96º 0.68% 0.3% -
HSV(B) 160.96º 0.81% 0.5% -
XYZ 10.16 16.46 13.47 -
YUV 93.14 129.04 78.68 -
System Red Green Blue C M Y K H S L
Decimal 24 128 95 0.81 0 0.26 0.50 160.96 0.68 0.3
Hex 18 80 5F 51 0 1A 32 A1 44 1E
Octal 30 200 137 121 0 32 62 241 104 36
Binary 11000 10000000 1011111 1010001 0 11010 110010 10100001 1000100 11110

Color Harmonies of #18805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18805F

Black with #18805F

Text Example


Text Example

White with #18805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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