Html Css Color HEX #255D48 Evening Sea

📋 copy color: '#255D48'

red 37 ◦ green 93 ◦ blue 72

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

Shades of Evening Sea #255D48

Tints of Evening Sea #255D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 18.32%
G = 46.04%
B = 35.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#255D48 (or 0x255D48) is known color: Evening Sea. HEX triplet: 25, 5D and 48. RGB value is (37,93,72). Sum of RGB (Red+Green+Blue) = 37+93+72=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #255D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D48 is #DAA2B7. Grayscale: #494949. Windows color (decimal): -14328504 or 4742437. OLE color: 4742437.

HSL color Cylindrical-coordinate representation of color #255D48: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D48 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 93 72 -
CMYK 0.60 0 0.23 0.64
HSL 157.5º 0.43% 0.25% -
HSV(B) 157.5º 0.6% 0.36% -
XYZ 5.85 8.69 7.5 -
YUV 73.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 37 93 72 0.60 0 0.23 0.64 157.5 0.43 0.25
Hex 25 5D 48 3C 0 17 40 9E 2B 19
Octal 45 135 110 74 0 27 100 236 53 31
Binary 100101 1011101 1001000 111100 0 10111 1000000 10011110 101011 11001

Color Harmonies of #255D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D48

Black with #255D48

Text Example


Text Example

White with #255D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D48; }

 p { color: rgb(37,93,72); }

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

background-color css

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

 a { background-color: rgb(37,93,72); }

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

border-color css

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

 span { border-color: rgb(37,93,72); }

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