#266F73

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

Shades of Atoll #266F73

Tints of Atoll #266F73

Color information

#266F73 (or 0x266F73) is unknown color: approx Atoll. HEX triplet: 26, 6F and 73. RGB value is (38,111,115). Sum of RGB (Red+Green+Blue) = 38+111+115=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #266F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F73 is #D9908C. Grayscale: #595959. Windows color (decimal): -14258317 or 7565094. OLE color: 7565094.

HSL color Cylindrical-coordinate representation of color #266F73: hue angle of 183.12º 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 #266F73 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB38111115-
CMYK0.670.0300.55
HSL183.12º50.33%30%-
HSV(B)183.12º66.96%45.1%-
XYZ9.5813.0218.23-
YUV89.63142.3291.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=14.39%
G=42.05%
B=43.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381111150.670.0300.55183.1250.3330
Hex266F73433037b7321e
Octal4615716310330672676236
Binary1001101101111111001110000111101101111011011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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