#306F6F

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

Shades of Atoll #306F6F

Tints of Atoll #306F6F

Color information

#306F6F (or 0x306F6F) is unknown color: approx Atoll. HEX triplet: 30, 6F and 6F. RGB value is (48,111,111). Sum of RGB (Red+Green+Blue) = 48+111+111=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #306F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F6F is #CF9090. Grayscale: #5C5C5C. Windows color (decimal): -13602961 or 7302960. OLE color: 7302960.

HSL color Cylindrical-coordinate representation of color #306F6F: hue angle of 180º 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 #306F6F is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48111111-
CMYK0.57000.56
HSL180º39.62%31.18%-
HSV(B)180º56.76%43.53%-
XYZ9.7713.1417.06-
YUV92.16138.6396.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=17.78%
G=41.11%
B=41.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481111110.57000.5618039.6231.18
Hex306F6F390038b4281f
Octal601571577100702645037
Binary11000011011111101111111001001110001011010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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