Html Css Color HEX #18604C Evening Sea

📋 copy color: '#18604C'

red 24 ◦ green 96 ◦ blue 76

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

Shades of Evening Sea #18604C

Tints of Evening Sea #18604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.98%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 12.24%
G = 48.98%
B = 38.78%

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

#18604C (or 0x18604C) is known color: Evening Sea. HEX triplet: 18, 60 and 4C. RGB value is (24,96,76). Sum of RGB (Red+Green+Blue) = 24+96+76=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #18604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18604C is #E79FB3. Grayscale: #484848. Windows color (decimal): -15179700 or 5005336. OLE color: 5005336.

HSL color Cylindrical-coordinate representation of color #18604C: hue angle of 163.33º 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 #18604C is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 76 -
CMYK 0.75 0 0.21 0.62
HSL 163.33º 0.6% 0.24% -
HSV(B) 163.33º 0.75% 0.38% -
XYZ 5.86 9.08 8.28 -
YUV 72.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 24 96 76 0.75 0 0.21 0.62 163.33 0.6 0.24
Hex 18 60 4C 4B 0 15 3E A3 3C 18
Octal 30 140 114 113 0 25 76 243 74 30
Binary 11000 1100000 1001100 1001011 0 10101 111110 10100011 111100 11000

Color Harmonies of #18604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18604C

Black with #18604C

Text Example


Text Example

White with #18604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18604C; }

 p { color: rgb(24,96,76); }

 H1.HeaderClassName
 {
   color: #18604C;
 }
 .AnyTagClassName
 {
   color: #18604C;
 }
</style>

background-color css

<style>
 a { background-color: #18604C; }

 a { background-color: rgb(24,96,76); }

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

border-color css

<style>
 span { border-color: #18604C; }

 span { border-color: rgb(24,96,76); }

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