Html Css Color HEX #18825D Deep Sea

📋 copy color: '#18825D'

red 24 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #18825D

Tints of Deep Sea #18825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.63%

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

R = 9.72%
G = 52.63%
B = 37.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#18825D (or 0x18825D) is known color: Deep Sea. HEX triplet: 18, 82 and 5D. RGB value is (24,130,93). Sum of RGB (Red+Green+Blue) = 24+130+93=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #18825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18825D is #E77DA2. Grayscale: #5E5E5E. Windows color (decimal): -15170979 or 6128152. OLE color: 6128152.

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

Color convert

RGB 24 130 93 -
CMYK 0.82 0 0.28 0.49
HSL 159.06º 0.69% 0.3% -
HSV(B) 159.06º 0.82% 0.51% -
XYZ 10.34 16.95 13.08 -
YUV 94.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 24 130 93 0.82 0 0.28 0.49 159.06 0.69 0.3
Hex 18 82 5D 52 0 1C 31 9F 45 1E
Octal 30 202 135 122 0 34 61 237 105 36
Binary 11000 10000010 1011101 1010010 0 11100 110001 10011111 1000101 11110

Color Harmonies of #18825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18825D

Black with #18825D

Text Example


Text Example

White with #18825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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