Html Css Color HEX #245A4F Evening Sea

📋 copy color: '#245A4F'

red 36 ◦ green 90 ◦ blue 79

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

Shades of Evening Sea #245A4F

Tints of Evening Sea #245A4F

RGB

 RED value IS 36 (14.45% from 255) = 17.56%

 GREEN value IS 90 (35.55% from 255) = 43.9%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 17.56%
G = 43.9%
B = 38.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#245A4F (or 0x245A4F) is known color: Evening Sea. HEX triplet: 24, 5A and 4F. RGB value is (36,90,79). Sum of RGB (Red+Green+Blue) = 36+90+79=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #245A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A4F is #DBA5B0. Grayscale: #484848. Windows color (decimal): -14394801 or 5200420. OLE color: 5200420.

HSL color Cylindrical-coordinate representation of color #245A4F: hue angle of 167.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A4F is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 90 79 -
CMYK 0.60 0 0.12 0.65
HSL 167.78º 0.43% 0.25% -
HSV(B) 167.78º 0.6% 0.35% -
XYZ 5.8 8.25 8.68 -
YUV 72.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 36 90 79 0.60 0 0.12 0.65 167.78 0.43 0.25
Hex 24 5A 4F 3C 0 C 41 A8 2B 19
Octal 44 132 117 74 0 14 101 250 53 31
Binary 100100 1011010 1001111 111100 0 1100 1000001 10101000 101011 11001

Color Harmonies of #245A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A4F

Black with #245A4F

Text Example


Text Example

White with #245A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245A4F; }

 p { color: rgb(36,90,79); }

 H1.HeaderClassName
 {
   color: #245A4F;
 }
 .AnyTagClassName
 {
   color: #245A4F;
 }
</style>

background-color css

<style>
 a { background-color: #245A4F; }

 a { background-color: rgb(36,90,79); }

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

border-color css

<style>
 span { border-color: #245A4F; }

 span { border-color: rgb(36,90,79); }

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