#226D70

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

Shades of Atoll #226D70

Tints of Atoll #226D70

Color information

#226D70 (or 0x226D70) is unknown color: approx Atoll. HEX triplet: 22, 6D and 70. RGB value is (34,109,112). Sum of RGB (Red+Green+Blue) = 34+109+112=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #226D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226D70 is #DD928F. Grayscale: #565656. Windows color (decimal): -14520976 or 7367970. OLE color: 7367970.

HSL color Cylindrical-coordinate representation of color #226D70: hue angle of 182.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226D70 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB34109112-
CMYK0.700.0300.56
HSL182.31º53.42%28.63%-
HSV(B)182.31º69.64%43.92%-
XYZ9.0512.4517.25-
YUV86.92142.1590.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=13.33%
G=42.75%
B=43.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341091120.700.0300.56182.3153.4228.63
Hex226D70463038b6351d
Octal4215516010630702666535
Binary1000101101101111000010001101101110001011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226D70; }

 p { color: rgb(34,109,112); }

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

<style>
 a { background-color: #226D70; }

 a { background-color: rgb(34,109,112); }

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

<style>
 span { border-color: #226D70; }

 span { border-color: rgb(34,109,112); }

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