Html Css Color HEX #275B50 Evening Sea

📋 copy color: '#275B50'

red 39 ◦ green 91 ◦ blue 80

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

Shades of Evening Sea #275B50

Tints of Evening Sea #275B50

RGB

 RED value IS 39 (15.63% from 255) = 18.57%

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

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

R = 18.57%
G = 43.33%
B = 38.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#275B50 (or 0x275B50) is known color: Evening Sea. HEX triplet: 27, 5B and 50. RGB value is (39,91,80). Sum of RGB (Red+Green+Blue) = 39+91+80=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #275B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B50 is #D8A4AF. Grayscale: #4A4A4A. Windows color (decimal): -14197936 or 5266215. OLE color: 5266215.

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

Color convert

RGB 39 91 80 -
CMYK 0.57 0 0.12 0.64
HSL 167.31º 0.4% 0.25% -
HSV(B) 167.31º 0.57% 0.36% -
XYZ 6.03 8.49 8.91 -
YUV 74.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 39 91 80 0.57 0 0.12 0.64 167.31 0.4 0.25
Hex 27 5B 50 39 0 C 40 A7 28 19
Octal 47 133 120 71 0 14 100 247 50 31
Binary 100111 1011011 1010000 111001 0 1100 1000000 10100111 101000 11001

Color Harmonies of #275B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B50

Black with #275B50

Text Example


Text Example

White with #275B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275B50; }

 p { color: rgb(39,91,80); }

 H1.HeaderClassName
 {
   color: #275B50;
 }
 .AnyTagClassName
 {
   color: #275B50;
 }
</style>

background-color css

<style>
 a { background-color: #275B50; }

 a { background-color: rgb(39,91,80); }

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

border-color css

<style>
 span { border-color: #275B50; }

 span { border-color: rgb(39,91,80); }

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