#307C7B

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

Shades of Atoll #307C7B

Tints of Atoll #307C7B

Color information

#307C7B (or 0x307C7B) is unknown color: approx Atoll. HEX triplet: 30, 7C and 7B. RGB value is (48,124,123). Sum of RGB (Red+Green+Blue) = 48+124+123=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #307C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C7B is #CF8384. Grayscale: #656565. Windows color (decimal): -13599621 or 8092720. OLE color: 8092720.

HSL color Cylindrical-coordinate representation of color #307C7B: hue angle of 179.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C7B is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB48124123-
CMYK0.6100.010.51
HSL179.21º44.19%33.73%-
HSV(B)179.21º61.29%48.63%-
XYZ1216.4721.29-
YUV101.16140.3290.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=16.27%
G=42.03%
B=41.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481241230.6100.010.51179.2144.1933.73
Hex307C7B3D0133b32c22
Octal601741737501632635442
Binary110000111110011110111111010111001110110011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,123); }

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

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

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

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

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

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

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