#276D73

Color #276D73 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #276D73

Tints of Atoll #276D73

Color information

#276D73 (or 0x276D73) is unknown color: approx Atoll. HEX triplet: 27, 6D and 73. RGB value is (39,109,115). Sum of RGB (Red+Green+Blue) = 39+109+115=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #276D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D73 is #D8928C. Grayscale: #585858. Windows color (decimal): -14193293 or 7564583. OLE color: 7564583.

HSL color Cylindrical-coordinate representation of color #276D73: hue angle of 184.74º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276D73 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39109115-
CMYK0.660.0500.55
HSL184.74º49.35%30.2%-
HSV(B)184.74º66.09%45.1%-
XYZ9.412.6118.16-
YUV88.75142.8192.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=14.83%
G=41.44%
B=43.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391091150.660.0500.55184.7449.3530.2
Hex276D73425037b9311e
Octal4715516310250672716136
Binary10011111011011110011100001010101101111011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,109,115); }

 H1.HeaderClassName
 {
   color: #276D73;
 }
 .AnyTagClassName
 {
   color: #276D73;
 }
</style>
background-color css

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

 a { background-color: rgb(39,109,115); }

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

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

 span { border-color: rgb(39,109,115); }

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