Html Css Color HEX #18745E Deep Sea

📋 copy color: '#18745E'

red 24 ◦ green 116 ◦ blue 94

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

Shades of Deep Sea #18745E

Tints of Deep Sea #18745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 10.26%
G = 49.57%
B = 40.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#18745E (or 0x18745E) is known color: Deep Sea. HEX triplet: 18, 74 and 5E. RGB value is (24,116,94). Sum of RGB (Red+Green+Blue) = 24+116+94=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #18745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18745E is #E78BA1. Grayscale: #555555. Windows color (decimal): -15174562 or 6190104. OLE color: 6190104.

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

Color convert

RGB 24 116 94 -
CMYK 0.79 0 0.19 0.55
HSL 165.65º 0.66% 0.27% -
HSV(B) 165.65º 0.79% 0.45% -
XYZ 8.64 13.49 12.74 -
YUV 85.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 24 116 94 0.79 0 0.19 0.55 165.65 0.66 0.27
Hex 18 74 5E 4F 0 13 37 A6 42 1B
Octal 30 164 136 117 0 23 67 246 102 33
Binary 11000 1110100 1011110 1001111 0 10011 110111 10100110 1000010 11011

Color Harmonies of #18745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18745E

Black with #18745E

Text Example


Text Example

White with #18745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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