#308382

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

Shades of Atoll #308382

Tints of Atoll #308382

Color information

#308382 (or 0x308382) is unknown color: approx Atoll. HEX triplet: 30, 83 and 82. RGB value is (48,131,130). Sum of RGB (Red+Green+Blue) = 48+131+130=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #308382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308382 is #CF7C7D. Grayscale: #696969. Windows color (decimal): -13597822 or 8553264. OLE color: 8553264.

HSL color Cylindrical-coordinate representation of color #308382: hue angle of 179.28º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308382 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB48131130-
CMYK0.6300.010.49
HSL179.28º46.37%35.1%-
HSV(B)179.28º63.36%51.37%-
XYZ13.3618.4723.98-
YUV106.07141.586.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=15.53%
G=42.39%
B=42.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311300.6300.010.49179.2846.3735.1
Hex3083823F0131b32e23
Octal602032027701612635643
Binary11000010000011100000101111110111000110110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308382; }

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

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

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

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

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

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

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

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