Html Css Color HEX #18745F Deep Sea

📋 copy color: '#18745F'

red 24 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #18745F

Tints of Deep Sea #18745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

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

R = 10.21%
G = 49.36%
B = 40.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#18745F (or 0x18745F) is known color: Deep Sea. HEX triplet: 18, 74 and 5F. RGB value is (24,116,95). Sum of RGB (Red+Green+Blue) = 24+116+95=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #18745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18745F is #E78BA0. Grayscale: #565656. Windows color (decimal): -15174561 or 6255640. OLE color: 6255640.

HSL color Cylindrical-coordinate representation of color #18745F: hue angle of 166.3º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18745F is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 116 95 -
CMYK 0.79 0 0.18 0.55
HSL 166.3º 0.66% 0.27% -
HSV(B) 166.3º 0.79% 0.45% -
XYZ 8.69 13.51 12.98 -
YUV 86.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 24 116 95 0.79 0 0.18 0.55 166.3 0.66 0.27
Hex 18 74 5F 4F 0 12 37 A6 42 1B
Octal 30 164 137 117 0 22 67 246 102 33
Binary 11000 1110100 1011111 1001111 0 10010 110111 10100110 1000010 11011

Color Harmonies of #18745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18745F

Black with #18745F

Text Example


Text Example

White with #18745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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