#217B7B

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

Shades of Atoll #217B7B

Tints of Atoll #217B7B

Color information

#217B7B (or 0x217B7B) is unknown color: approx Atoll. HEX triplet: 21, 7B and 7B. RGB value is (33,123,123). Sum of RGB (Red+Green+Blue) = 33+123+123=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #217B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B7B is #DE8484. Grayscale: #606060. Windows color (decimal): -14582917 or 8092449. OLE color: 8092449.

HSL color Cylindrical-coordinate representation of color #217B7B: hue angle of 180º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B7B is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33123123-
CMYK0.73000.52
HSL180º57.69%30.59%-
HSV(B)180º73.17%48.24%-
XYZ11.2915.9221.22-
YUV96.09143.1883-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=11.83%
G=44.09%
B=44.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331231230.73000.5218057.6930.59
Hex217B7B490034b43a1f
Octal4117317311100642647237
Binary100001111101111110111001001001101001011010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217B7B; }

 p { color: rgb(33,123,123); }

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

<style>
 a { background-color: #217B7B; }

 a { background-color: rgb(33,123,123); }

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

<style>
 span { border-color: #217B7B; }

 span { border-color: rgb(33,123,123); }

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