Html Css Color HEX #255B54 Eden

📋 copy color: '#255B54'

red 37 ◦ green 91 ◦ blue 84

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

Shades of Eden #255B54

Tints of Eden #255B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.92%

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 17.45%
G = 42.92%
B = 39.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#255B54 (or 0x255B54) is known color: Eden. HEX triplet: 25, 5B and 54. RGB value is (37,91,84). Sum of RGB (Red+Green+Blue) = 37+91+84=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #255B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B54 is #DAA4AB. Grayscale: #4A4A4A. Windows color (decimal): -14329004 or 5528357. OLE color: 5528357.

HSL color Cylindrical-coordinate representation of color #255B54: hue angle of 172.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255B54 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 91 84 -
CMYK 0.59 0 0.08 0.64
HSL 172.22º 0.42% 0.25% -
HSV(B) 172.22º 0.59% 0.36% -
XYZ 6.1 8.52 9.71 -
YUV 74.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 37 91 84 0.59 0 0.08 0.64 172.22 0.42 0.25
Hex 25 5B 54 3B 0 8 40 AC 2A 19
Octal 45 133 124 73 0 10 100 254 52 31
Binary 100101 1011011 1010100 111011 0 1000 1000000 10101100 101010 11001

Color Harmonies of #255B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B54

Black with #255B54

Text Example


Text Example

White with #255B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,84); }

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

background-color css

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

 a { background-color: rgb(37,91,84); }

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

border-color css

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

 span { border-color: rgb(37,91,84); }

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