#30727A

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

Shades of Atoll #30727A

Tints of Atoll #30727A

Color information

#30727A (or 0x30727A) is unknown color: approx Atoll. HEX triplet: 30, 72 and 7A. RGB value is (48,114,122). Sum of RGB (Red+Green+Blue) = 48+114+122=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #30727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30727A is #CF8D85. Grayscale: #5F5F5F. Windows color (decimal): -13602182 or 8024624. OLE color: 8024624.

HSL color Cylindrical-coordinate representation of color #30727A: hue angle of 186.49º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30727A is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB48114122-
CMYK0.610.0700.52
HSL186.49º43.53%33.33%-
HSV(B)186.49º60.66%47.84%-
XYZ10.7514.0720.56-
YUV95.18143.1394.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=16.90%
G=40.14%
B=42.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481141220.610.0700.52186.4943.5333.33
Hex30727A3D7034ba2c21
Octal601621727570642725441
Binary11000011100101111010111101111011010010111010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30727A; }

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

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

<style>
 a { background-color: #30727A; }

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

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

<style>
 span { border-color: #30727A; }

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

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