Html Css Color HEX #255F5A Eden

📋 copy color: '#255F5A'

red 37 ◦ green 95 ◦ blue 90

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

Shades of Eden #255F5A

Tints of Eden #255F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.79%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 16.67%
G = 42.79%
B = 40.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#255F5A (or 0x255F5A) is known color: Eden. HEX triplet: 25, 5F and 5A. RGB value is (37,95,90). Sum of RGB (Red+Green+Blue) = 37+95+90=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #255F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F5A is #DAA0A5. Grayscale: #4D4D4D. Windows color (decimal): -14327974 or 5922597. OLE color: 5922597.

HSL color Cylindrical-coordinate representation of color #255F5A: hue angle of 174.83º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255F5A is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 95 90 -
CMYK 0.61 0 0.05 0.63
HSL 174.83º 0.44% 0.26% -
HSV(B) 174.83º 0.61% 0.37% -
XYZ 6.7 9.32 11.12 -
YUV 77.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 37 95 90 0.61 0 0.05 0.63 174.83 0.44 0.26
Hex 25 5F 5A 3D 0 5 3F AF 2C 1A
Octal 45 137 132 75 0 5 77 257 54 32
Binary 100101 1011111 1011010 111101 0 101 111111 10101111 101100 11010

Color Harmonies of #255F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F5A

Black with #255F5A

Text Example


Text Example

White with #255F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,90); }

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

background-color css

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

 a { background-color: rgb(37,95,90); }

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

border-color css

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

 span { border-color: rgb(37,95,90); }

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