#30807E

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

Shades of Atoll #30807E

Tints of Atoll #30807E

Color information

#30807E (or 0x30807E) is unknown color: approx Atoll. HEX triplet: 30, 80 and 7E. RGB value is (48,128,126). Sum of RGB (Red+Green+Blue) = 48+128+126=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #30807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30807E is #CF7F81. Grayscale: #676767. Windows color (decimal): -13598594 or 8290352. OLE color: 8290352.

HSL color Cylindrical-coordinate representation of color #30807E: hue angle of 178.5º 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 #30807E is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB48128126-
CMYK0.6200.020.50
HSL178.5º45.45%34.51%-
HSV(B)178.5º62.5%50.2%-
XYZ12.717.5722.46-
YUV103.85140.588.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=15.89%
G=42.38%
B=41.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481281260.6200.020.50178.545.4534.51
Hex30807E3E0232b22d23
Octal602001767602622625543
Binary11000010000000111111011111001011001010110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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