Html Css Color HEX #18554A Evening Sea

📋 copy color: '#18554A'

red 24 ◦ green 85 ◦ blue 74

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

Shades of Evening Sea #18554A

Tints of Evening Sea #18554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 13.11%
G = 46.45%
B = 40.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#18554A (or 0x18554A) is known color: Evening Sea. HEX triplet: 18, 55 and 4A. RGB value is (24,85,74). Sum of RGB (Red+Green+Blue) = 24+85+74=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #18554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18554A is #E7AAB5. Grayscale: #414141. Windows color (decimal): -15182518 or 4871448. OLE color: 4871448.

HSL color Cylindrical-coordinate representation of color #18554A: hue angle of 169.18º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18554A is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 74 -
CMYK 0.72 0 0.13 0.67
HSL 169.18º 0.56% 0.21% -
HSV(B) 169.18º 0.72% 0.33% -
XYZ 4.86 7.19 7.61 -
YUV 65.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 24 85 74 0.72 0 0.13 0.67 169.18 0.56 0.21
Hex 18 55 4A 48 0 D 43 A9 38 15
Octal 30 125 112 110 0 15 103 251 70 25
Binary 11000 1010101 1001010 1001000 0 1101 1000011 10101001 111000 10101

Color Harmonies of #18554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18554A

Black with #18554A

Text Example


Text Example

White with #18554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18554A; }

 p { color: rgb(24,85,74); }

 H1.HeaderClassName
 {
   color: #18554A;
 }
 .AnyTagClassName
 {
   color: #18554A;
 }
</style>

background-color css

<style>
 a { background-color: #18554A; }

 a { background-color: rgb(24,85,74); }

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

border-color css

<style>
 span { border-color: #18554A; }

 span { border-color: rgb(24,85,74); }

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