#30818A

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

Shades of Atoll #30818A

Tints of Atoll #30818A

Color information

#30818A (or 0x30818A) is unknown color: approx Atoll. HEX triplet: 30, 81 and 8A. RGB value is (48,129,138). Sum of RGB (Red+Green+Blue) = 48+129+138=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #30818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30818A is #CF7E75. Grayscale: #696969. Windows color (decimal): -13598326 or 9077040. OLE color: 9077040.

HSL color Cylindrical-coordinate representation of color #30818A: hue angle of 186º 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 #30818A is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48129138-
CMYK0.650.0700.46
HSL186º48.39%36.47%-
HSV(B)186º65.22%54.12%-
XYZ13.6618.1626.83-
YUV105.81146.1686.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=15.24%
G=40.95%
B=43.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481291380.650.0700.4618648.3936.47
Hex30818A41702Eba3024
Octal6020121210170562726044
Binary11000010000001100010101000001111010111010111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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