Html Css Color HEX #18775F Deep Sea

📋 copy color: '#18775F'

red 24 ◦ green 119 ◦ blue 95

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

Shades of Deep Sea #18775F

Tints of Deep Sea #18775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50%

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

R = 10.08%
G = 50%
B = 39.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#18775F (or 0x18775F) is known color: Deep Sea. HEX triplet: 18, 77 and 5F. RGB value is (24,119,95). Sum of RGB (Red+Green+Blue) = 24+119+95=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #18775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775F is #E788A0. Grayscale: #575757. Windows color (decimal): -15173793 or 6256408. OLE color: 6256408.

HSL color Cylindrical-coordinate representation of color #18775F: hue angle of 164.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18775F is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 119 95 -
CMYK 0.80 0 0.20 0.53
HSL 164.84º 0.66% 0.28% -
HSV(B) 164.84º 0.8% 0.47% -
XYZ 9.04 14.21 13.09 -
YUV 87.86 132.03 82.45 -
System Red Green Blue C M Y K H S L
Decimal 24 119 95 0.80 0 0.20 0.53 164.84 0.66 0.28
Hex 18 77 5F 50 0 14 35 A5 42 1C
Octal 30 167 137 120 0 24 65 245 102 34
Binary 11000 1110111 1011111 1010000 0 10100 110101 10100101 1000010 11100

Color Harmonies of #18775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18775F

Black with #18775F

Text Example


Text Example

White with #18775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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