Html Css Color HEX #285D50 Evening Sea

📋 copy color: '#285D50'

red 40 ◦ green 93 ◦ blue 80

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

Shades of Evening Sea #285D50

Tints of Evening Sea #285D50

RGB

 RED value IS 40 (16.02% from 255) = 18.78%

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

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 18.78%
G = 43.66%
B = 37.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#285D50 (or 0x285D50) is known color: Evening Sea. HEX triplet: 28, 5D and 50. RGB value is (40,93,80). Sum of RGB (Red+Green+Blue) = 40+93+80=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #285D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D50 is #D7A2AF. Grayscale: #4B4B4B. Windows color (decimal): -14131888 or 5266728. OLE color: 5266728.

HSL color Cylindrical-coordinate representation of color #285D50: hue angle of 165.28º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D50 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 80 -
CMYK 0.57 0 0.14 0.64
HSL 165.28º 0.4% 0.26% -
HSV(B) 165.28º 0.57% 0.36% -
XYZ 6.24 8.86 8.97 -
YUV 75.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 40 93 80 0.57 0 0.14 0.64 165.28 0.4 0.26
Hex 28 5D 50 39 0 E 40 A5 28 1A
Octal 50 135 120 71 0 16 100 245 50 32
Binary 101000 1011101 1010000 111001 0 1110 1000000 10100101 101000 11010

Color Harmonies of #285D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D50

Black with #285D50

Text Example


Text Example

White with #285D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285D50; }

 p { color: rgb(40,93,80); }

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

background-color css

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

 a { background-color: rgb(40,93,80); }

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

border-color css

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

 span { border-color: rgb(40,93,80); }

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