#30828A

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

Shades of Atoll #30828A

Tints of Atoll #30828A

Color information

#30828A (or 0x30828A) is unknown color: approx Atoll. HEX triplet: 30, 82 and 8A. RGB value is (48,130,138). Sum of RGB (Red+Green+Blue) = 48+130+138=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #30828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30828A is #CF7D75. Grayscale: #6A6A6A. Windows color (decimal): -13598070 or 9077296. OLE color: 9077296.

HSL color Cylindrical-coordinate representation of color #30828A: hue angle of 185.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30828A is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48130138-
CMYK0.650.0600.46
HSL185.33º48.39%36.47%-
HSV(B)185.33º65.22%54.12%-
XYZ13.7918.4326.88-
YUV106.39145.8386.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=15.19%
G=41.14%
B=43.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481301380.650.0600.46185.3348.3936.47
Hex30828A41602Eb93024
Octal6020221210160562716044
Binary11000010000010100010101000001110010111010111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,130,138); }

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

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

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

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

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

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

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