Html Css Color HEX #18815D Deep Sea

📋 copy color: '#18815D'

red 24 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #18815D

Tints of Deep Sea #18815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

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

R = 9.76%
G = 52.44%
B = 37.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#18815D (or 0x18815D) is known color: Deep Sea. HEX triplet: 18, 81 and 5D. RGB value is (24,129,93). Sum of RGB (Red+Green+Blue) = 24+129+93=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #18815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18815D is #E77EA2. Grayscale: #5D5D5D. Windows color (decimal): -15171235 or 6127896. OLE color: 6127896.

HSL color Cylindrical-coordinate representation of color #18815D: hue angle of 159.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18815D is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 129 93 -
CMYK 0.81 0 0.28 0.49
HSL 159.43º 0.69% 0.3% -
HSV(B) 159.43º 0.81% 0.51% -
XYZ 10.2 16.69 13.04 -
YUV 93.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 24 129 93 0.81 0 0.28 0.49 159.43 0.69 0.3
Hex 18 81 5D 51 0 1C 31 9F 45 1E
Octal 30 201 135 121 0 34 61 237 105 36
Binary 11000 10000001 1011101 1010001 0 11100 110001 10011111 1000101 11110

Color Harmonies of #18815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18815D

Black with #18815D

Text Example


Text Example

White with #18815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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