#309E96

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

Shades of Java #309E96

Tints of Java #309E96

Color information

#309E96 (or 0x309E96) is unknown color: approx Java. HEX triplet: 30, 9E and 96. RGB value is (48,158,150). Sum of RGB (Red+Green+Blue) = 48+158+150=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #309E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309E96 is #CF6169. Grayscale: #7C7C7C. Windows color (decimal): -13590890 or 9870896. OLE color: 9870896.

HSL color Cylindrical-coordinate representation of color #309E96: hue angle of 175.64º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E96 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB48158150-
CMYK0.7000.050.38
HSL175.64º53.4%40.39%-
HSV(B)175.64º69.62%61.96%-
XYZ18.9527.2833.12-
YUV124.2142.5673.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 158 (62.11% from 255) = 44.38%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=13.48%
G=44.38%
B=42.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581500.7000.050.38175.6453.440.39
Hex309E96460526b03528
Octal6023622610605462606550
Binary11000010011110100101101000110010110011010110000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309E96; }

 p { color: rgb(48,158,150); }

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

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

 a { background-color: rgb(48,158,150); }

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

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

 span { border-color: rgb(48,158,150); }

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