Html Css Color HEX #18755D Deep Sea

📋 copy color: '#18755D'

red 24 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #18755D

Tints of Deep Sea #18755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

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

R = 10.26%
G = 50%
B = 39.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#18755D (or 0x18755D) is known color: Deep Sea. HEX triplet: 18, 75 and 5D. RGB value is (24,117,93). Sum of RGB (Red+Green+Blue) = 24+117+93=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #18755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755D is #E78AA2. Grayscale: #565656. Windows color (decimal): -15174307 or 6124824. OLE color: 6124824.

HSL color Cylindrical-coordinate representation of color #18755D: hue angle of 164.52º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18755D is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 117 93 -
CMYK 0.79 0 0.21 0.54
HSL 164.52º 0.66% 0.28% -
HSV(B) 164.52º 0.79% 0.46% -
XYZ 8.71 13.71 12.54 -
YUV 86.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 24 117 93 0.79 0 0.21 0.54 164.52 0.66 0.28
Hex 18 75 5D 4F 0 15 36 A5 42 1C
Octal 30 165 135 117 0 25 66 245 102 34
Binary 11000 1110101 1011101 1001111 0 10101 110110 10100101 1000010 11100

Color Harmonies of #18755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18755D

Black with #18755D

Text Example


Text Example

White with #18755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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