Html Css Color HEX #255B4D Evening Sea

📋 copy color: '#255B4D'

red 37 ◦ green 91 ◦ blue 77

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

Shades of Evening Sea #255B4D

Tints of Evening Sea #255B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 18.05%
G = 44.39%
B = 37.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#255B4D (or 0x255B4D) is known color: Evening Sea. HEX triplet: 25, 5B and 4D. RGB value is (37,91,77). Sum of RGB (Red+Green+Blue) = 37+91+77=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #255B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B4D is #DAA4B2. Grayscale: #494949. Windows color (decimal): -14329011 or 5069605. OLE color: 5069605.

HSL color Cylindrical-coordinate representation of color #255B4D: hue angle of 164.44º 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 #255B4D is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 91 77 -
CMYK 0.59 0 0.15 0.64
HSL 164.44º 0.42% 0.25% -
HSV(B) 164.44º 0.59% 0.36% -
XYZ 5.84 8.41 8.34 -
YUV 73.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 37 91 77 0.59 0 0.15 0.64 164.44 0.42 0.25
Hex 25 5B 4D 3B 0 F 40 A4 2A 19
Octal 45 133 115 73 0 17 100 244 52 31
Binary 100101 1011011 1001101 111011 0 1111 1000000 10100100 101010 11001

Color Harmonies of #255B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B4D

Black with #255B4D

Text Example


Text Example

White with #255B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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