Html Css Color HEX #309695 Java

📋 copy color: '#309695'

red 48 ◦ green 150 ◦ blue 149

#309695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #309695

Tints of Java #309695

RGB

 RED value IS 48 (19.14% from 255) = 13.83%

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 13.83%
G = 43.23%
B = 42.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#309695 (or 0x309695) is known color: Java. HEX triplet: 30, 96 and 95. RGB value is (48,150,149). Sum of RGB (Red+Green+Blue) = 48+150+149=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #309695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309695 is #CF696A. Grayscale: #777777. Windows color (decimal): -13592939 or 9803312. OLE color: 9803312.

HSL color Cylindrical-coordinate representation of color #309695: hue angle of 179.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309695 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 149 -
CMYK 0.68 0 0.01 0.41
HSL 179.41º 0.52% 0.39% -
HSV(B) 179.41º 0.68% 0.59% -
XYZ 17.55 24.61 32.26 -
YUV 119.39 144.71 77.08 -
System Red Green Blue C M Y K H S L
Decimal 48 150 149 0.68 0 0.01 0.41 179.41 0.52 0.39
Hex 30 96 95 44 0 1 29 B3 34 27
Octal 60 226 225 104 0 1 51 263 64 47
Binary 110000 10010110 10010101 1000100 0 1 101001 10110011 110100 100111

Color Harmonies of #309695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309695

Black with #309695

Text Example


Text Example

White with #309695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309695; }

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

 H1.HeaderClassName
 {
   color: #309695;
 }
 .AnyTagClassName
 {
   color: #309695;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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