#30999A

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

Shades of Java #30999A

Tints of Java #30999A

Color information

#30999A (or 0x30999A) is unknown color: approx Java. HEX triplet: 30, 99 and 9A. RGB value is (48,153,154). Sum of RGB (Red+Green+Blue) = 48+153+154=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #30999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30999A is #CF6665. Grayscale: #797979. Windows color (decimal): -13592166 or 10131760. OLE color: 10131760.

HSL color Cylindrical-coordinate representation of color #30999A: hue angle of 180.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30999A is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48153154-
CMYK0.690.0100.40
HSL180.57º52.48%39.61%-
HSV(B)180.57º68.83%60.39%-
XYZ18.4425.7434.57-
YUV121.72146.2175.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=13.52%
G=43.10%
B=43.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481531540.690.0100.40180.5752.4839.61
Hex30999A451028b53428
Octal6023123210510502656450
Binary110000100110011001101010001011010100010110101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,153,154); }

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

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

 a { background-color: rgb(48,153,154); }

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

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

 span { border-color: rgb(48,153,154); }

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