#30807C

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

Shades of Atoll #30807C

Tints of Atoll #30807C

Color information

#30807C (or 0x30807C) is unknown color: approx Atoll. HEX triplet: 30, 80 and 7C. RGB value is (48,128,124). Sum of RGB (Red+Green+Blue) = 48+128+124=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #30807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30807C is #CF7F83. Grayscale: #676767. Windows color (decimal): -13598596 or 8159280. OLE color: 8159280.

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

Color convert

RGB48128124-
CMYK0.6200.030.50
HSL177º45.45%34.51%-
HSV(B)177º62.5%50.2%-
XYZ12.5817.5221.79-
YUV103.62139.588.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=16%
G=42.67%
B=41.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481281240.6200.030.5017745.4534.51
Hex30807C3E0332b12d23
Octal602001747603622615543
Binary11000010000000111110011111001111001010110001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30807C; }

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

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

<style>
 a { background-color: #30807C; }

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

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

<style>
 span { border-color: #30807C; }

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

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