Html Css Color HEX #257055 Evening Sea

📋 copy color: '#257055'

red 37 ◦ green 112 ◦ blue 85

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

Shades of Evening Sea #257055

Tints of Evening Sea #257055

RGB

 RED value IS 37 (14.84% from 255) = 15.81%

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 15.81%
G = 47.86%
B = 36.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#257055 (or 0x257055) is known color: Evening Sea. HEX triplet: 25, 70 and 55. RGB value is (37,112,85). Sum of RGB (Red+Green+Blue) = 37+112+85=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #257055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257055 is #DA8FAA. Grayscale: #565656. Windows color (decimal): -14323627 or 5599269. OLE color: 5599269.

HSL color Cylindrical-coordinate representation of color #257055: hue angle of 158.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257055 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 85 -
CMYK 0.67 0 0.24 0.56
HSL 158.4º 0.5% 0.29% -
HSV(B) 158.4º 0.67% 0.44% -
XYZ 8.2 12.64 10.6 -
YUV 86.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 37 112 85 0.67 0 0.24 0.56 158.4 0.5 0.29
Hex 25 70 55 43 0 18 38 9E 32 1D
Octal 45 160 125 103 0 30 70 236 62 35
Binary 100101 1110000 1010101 1000011 0 11000 111000 10011110 110010 11101

Color Harmonies of #257055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257055

Black with #257055

Text Example


Text Example

White with #257055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257055; }

 p { color: rgb(37,112,85); }

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

background-color css

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

 a { background-color: rgb(37,112,85); }

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

border-color css

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

 span { border-color: rgb(37,112,85); }

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