#307F7F

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

Shades of Atoll #307F7F

Tints of Atoll #307F7F

Color information

#307F7F (or 0x307F7F) is unknown color: approx Atoll. HEX triplet: 30, 7F and 7F. RGB value is (48,127,127). Sum of RGB (Red+Green+Blue) = 48+127+127=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #307F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F7F is #CF8080. Grayscale: #676767. Windows color (decimal): -13598849 or 8355632. OLE color: 8355632.

HSL color Cylindrical-coordinate representation of color #307F7F: hue angle of 180º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F7F is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48127127-
CMYK0.62000.50
HSL180º45.14%34.31%-
HSV(B)180º62.2%49.8%-
XYZ12.6417.3422.76-
YUV103.38141.3388.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 127 (50% from 255) = 42.05%
R=15.89%
G=42.05%
B=42.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481271270.62000.5018045.1434.31
Hex307F7F3E0032b42d22
Octal601771777600622645542
Binary110000111111111111111111100011001010110100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307F7F; }

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

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

<style>
 a { background-color: #307F7F; }

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

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

<style>
 span { border-color: #307F7F; }

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

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