#307c7a

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

Shades of Atoll #307C7A

Tints of Atoll #307C7A

Color information

#307C7A (or 0x307C7A) is unknown color: approx Atoll. HEX triplet: 30, 7C and 7A. RGB value is (48,124,122). Sum of RGB (Red+Green+Blue) = 48+124+122=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #307C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C7A is #CF8385. Grayscale: #646464. Windows color (decimal): -13599622 or 8027184. OLE color: 8027184.

HSL color Cylindrical-coordinate representation of color #307C7A: hue angle of 178.42º 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 #307C7A is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB48124122-
CMYK0.6100.020.51
HSL178.42º44.19%33.73%-
HSV(B)178.42º61.29%48.63%-
XYZ11.9416.4520.96-
YUV101.05139.8290.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=16.33%
G=42.18%
B=41.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481241220.6100.020.51178.4244.1933.73
Hex307C7A3D0233b22c22
Octal601741727502632625442
Binary1100001111100111101011110101011001110110010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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