#266D73

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

Shades of Atoll #266D73

Tints of Atoll #266D73

Color information

#266D73 (or 0x266D73) is unknown color: approx Atoll. HEX triplet: 26, 6D and 73. RGB value is (38,109,115). Sum of RGB (Red+Green+Blue) = 38+109+115=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #266D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D73 is #D9928C. Grayscale: #585858. Windows color (decimal): -14258829 or 7564582. OLE color: 7564582.

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

Color convert

RGB38109115-
CMYK0.670.0500.55
HSL184.68º50.33%30%-
HSV(B)184.68º66.96%45.1%-
XYZ9.3612.5918.16-
YUV88.46142.9892.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=14.50%
G=41.60%
B=43.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381091150.670.0500.55184.6850.3330
Hex266D73435037b9321e
Octal4615516310350672716236
Binary10011011011011110011100001110101101111011100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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