#306f70

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

Shades of Atoll #306F70

Tints of Atoll #306F70

Color information

#306F70 (or 0x306F70) is unknown color: approx Atoll. HEX triplet: 30, 6F and 70. RGB value is (48,111,112). Sum of RGB (Red+Green+Blue) = 48+111+112=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #306F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F70 is #CF908F. Grayscale: #5C5C5C. Windows color (decimal): -13602960 or 7368496. OLE color: 7368496.

HSL color Cylindrical-coordinate representation of color #306F70: hue angle of 180.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F70 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48111112-
CMYK0.570.0100.56
HSL180.94º40%31.37%-
HSV(B)180.94º57.14%43.92%-
XYZ9.8313.1717.35-
YUV92.28139.1396.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=17.71%
G=40.96%
B=41.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481111120.570.0100.56180.944031.37
Hex306F70391038b5281f
Octal601571607110702655037
Binary11000011011111110000111001101110001011010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306f70; }

 p { color: rgb(48,111,112); }

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

<style>
 a { background-color: #306f70; }

 a { background-color: rgb(48,111,112); }

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

<style>
 span { border-color: #306f70; }

 span { border-color: rgb(48,111,112); }

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