#267C7C

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

Shades of Atoll #267C7C

Tints of Atoll #267C7C

Color information

#267C7C (or 0x267C7C) is unknown color: approx Atoll. HEX triplet: 26, 7C and 7C. RGB value is (38,124,124). Sum of RGB (Red+Green+Blue) = 38+124+124=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #267C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C7C is #D98383. Grayscale: #626262. Windows color (decimal): -14254980 or 8158246. OLE color: 8158246.

HSL color Cylindrical-coordinate representation of color #267C7C: hue angle of 180º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C7C is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38124124-
CMYK0.69000.51
HSL180º53.09%31.76%-
HSV(B)180º69.35%48.63%-
XYZ11.6516.2821.6-
YUV98.29142.5185-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=13.29%
G=43.36%
B=43.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381241240.69000.5118053.0931.76
Hex267C7C450033b43520
Octal4617417410500632646540
Binary1001101111100111110010001010011001110110100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C7C; }

 p { color: rgb(38,124,124); }

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

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

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

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

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

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

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