Html Css Color HEX #18614D Evening Sea

📋 copy color: '#18614D'

red 24 ◦ green 97 ◦ blue 77

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

Shades of Evening Sea #18614D

Tints of Evening Sea #18614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.99%

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 12.12%
G = 48.99%
B = 38.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#18614D (or 0x18614D) is known color: Evening Sea. HEX triplet: 18, 61 and 4D. RGB value is (24,97,77). Sum of RGB (Red+Green+Blue) = 24+97+77=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #18614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18614D is #E79EB2. Grayscale: #484848. Windows color (decimal): -15179443 or 5071128. OLE color: 5071128.

HSL color Cylindrical-coordinate representation of color #18614D: hue angle of 163.56º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18614D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 97 77 -
CMYK 0.75 0 0.21 0.62
HSL 163.56º 0.6% 0.24% -
HSV(B) 163.56º 0.75% 0.38% -
XYZ 5.99 9.28 8.5 -
YUV 72.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 24 97 77 0.75 0 0.21 0.62 163.56 0.6 0.24
Hex 18 61 4D 4B 0 15 3E A4 3C 18
Octal 30 141 115 113 0 25 76 244 74 30
Binary 11000 1100001 1001101 1001011 0 10101 111110 10100100 111100 11000

Color Harmonies of #18614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18614D

Black with #18614D

Text Example


Text Example

White with #18614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,97,77); }

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

background-color css

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

 a { background-color: rgb(24,97,77); }

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

border-color css

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

 span { border-color: rgb(24,97,77); }

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