Html Css Color HEX #18755F Deep Sea

📋 copy color: '#18755F'

red 24 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #18755F

Tints of Deep Sea #18755F

RGB

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

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

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

R = 10.17%
G = 49.58%
B = 40.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#18755F (or 0x18755F) is known color: Deep Sea. HEX triplet: 18, 75 and 5F. RGB value is (24,117,95). Sum of RGB (Red+Green+Blue) = 24+117+95=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #18755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755F is #E78AA0. Grayscale: #565656. Windows color (decimal): -15174305 or 6255896. OLE color: 6255896.

HSL color Cylindrical-coordinate representation of color #18755F: hue angle of 165.81º 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 #18755F is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 117 95 -
CMYK 0.79 0 0.19 0.54
HSL 165.81º 0.66% 0.28% -
HSV(B) 165.81º 0.79% 0.46% -
XYZ 8.8 13.74 13.02 -
YUV 86.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 24 117 95 0.79 0 0.19 0.54 165.81 0.66 0.28
Hex 18 75 5F 4F 0 13 36 A6 42 1C
Octal 30 165 137 117 0 23 66 246 102 34
Binary 11000 1110101 1011111 1001111 0 10011 110110 10100110 1000010 11100

Color Harmonies of #18755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18755F

Black with #18755F

Text Example


Text Example

White with #18755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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