Html Css Color HEX #276550 Evening Sea

📋 copy color: '#276550'

red 39 ◦ green 101 ◦ blue 80

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

Shades of Evening Sea #276550

Tints of Evening Sea #276550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 17.73%
G = 45.91%
B = 36.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#276550 (or 0x276550) is known color: Evening Sea. HEX triplet: 27, 65 and 50. RGB value is (39,101,80). Sum of RGB (Red+Green+Blue) = 39+101+80=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #276550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276550 is #D89AAF. Grayscale: #505050. Windows color (decimal): -14195376 or 5268775. OLE color: 5268775.

HSL color Cylindrical-coordinate representation of color #276550: hue angle of 159.68º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276550 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 101 80 -
CMYK 0.61 0 0.21 0.60
HSL 159.68º 0.44% 0.27% -
HSV(B) 159.68º 0.61% 0.4% -
XYZ 6.94 10.32 9.22 -
YUV 80.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 39 101 80 0.61 0 0.21 0.60 159.68 0.44 0.27
Hex 27 65 50 3D 0 15 3C A0 2C 1B
Octal 47 145 120 75 0 25 74 240 54 33
Binary 100111 1100101 1010000 111101 0 10101 111100 10100000 101100 11011

Color Harmonies of #276550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276550

Black with #276550

Text Example


Text Example

White with #276550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276550; }

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

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

background-color css

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

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

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

border-color css

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

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

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