Html Css Color HEX #309696 Java

📋 copy color: '#309696'

red 48 ◦ green 150 ◦ blue 150

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

Shades of Java #309696

Tints of Java #309696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 13.79%
G = 43.1%
B = 43.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#309696 (or 0x309696) is known color: Java. HEX triplet: 30, 96 and 96. RGB value is (48,150,150). Sum of RGB (Red+Green+Blue) = 48+150+150=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #309696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309696 is #CF6969. Grayscale: #777777. Windows color (decimal): -13592938 or 9868848. OLE color: 9868848.

HSL color Cylindrical-coordinate representation of color #309696: hue angle of 180º 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 #309696 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 150 -
CMYK 0.68 0 0 0.41
HSL 180º 0.52% 0.39% -
HSV(B) 180º 0.68% 0.59% -
XYZ 17.63 24.64 32.68 -
YUV 119.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 48 150 150 0.68 0 0 0.41 180 0.52 0.39
Hex 30 96 96 44 0 0 29 B4 34 27
Octal 60 226 226 104 0 0 51 264 64 47
Binary 110000 10010110 10010110 1000100 0 0 101001 10110100 110100 100111

Color Harmonies of #309696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309696

Black with #309696

Text Example


Text Example

White with #309696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309696; }

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

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

background-color css

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

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

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

border-color css

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

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

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