Html Css Color HEX #276F60 Eden

📋 copy color: '#276F60'

red 39 ◦ green 111 ◦ blue 96

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

Shades of Eden #276F60

Tints of Eden #276F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 15.85%
G = 45.12%
B = 39.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#276F60 (or 0x276F60) is known color: Eden. HEX triplet: 27, 6F and 60. RGB value is (39,111,96). Sum of RGB (Red+Green+Blue) = 39+111+96=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #276F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F60 is #D8909F. Grayscale: #575757. Windows color (decimal): -14192800 or 6319911. OLE color: 6319911.

HSL color Cylindrical-coordinate representation of color #276F60: hue angle of 167.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F60 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 111 96 -
CMYK 0.65 0 0.14 0.56
HSL 167.5º 0.48% 0.29% -
HSV(B) 167.5º 0.65% 0.44% -
XYZ 8.63 12.64 13.05 -
YUV 87.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 39 111 96 0.65 0 0.14 0.56 167.5 0.48 0.29
Hex 27 6F 60 41 0 E 38 A8 30 1D
Octal 47 157 140 101 0 16 70 250 60 35
Binary 100111 1101111 1100000 1000001 0 1110 111000 10101000 110000 11101

Color Harmonies of #276F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F60

Black with #276F60

Text Example


Text Example

White with #276F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276F60; }

 p { color: rgb(39,111,96); }

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

background-color css

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

 a { background-color: rgb(39,111,96); }

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

border-color css

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

 span { border-color: rgb(39,111,96); }

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