Html Css Color HEX #309996 Java

📋 copy color: '#309996'

red 48 ◦ green 153 ◦ blue 150

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

Shades of Java #309996

Tints of Java #309996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 13.68%
G = 43.59%
B = 42.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#309996 (or 0x309996) is known color: Java. HEX triplet: 30, 99 and 96. RGB value is (48,153,150). Sum of RGB (Red+Green+Blue) = 48+153+150=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #309996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309996 is #CF6669. Grayscale: #797979. Windows color (decimal): -13592170 or 9869616. OLE color: 9869616.

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

Color convert

RGB 48 153 150 -
CMYK 0.69 0 0.02 0.4
HSL 178.29º 0.52% 0.39% -
HSV(B) 178.29º 0.69% 0.6% -
XYZ 18.12 25.61 32.84 -
YUV 121.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 48 153 150 0.69 0 0.02 0.4 178.29 0.52 0.39
Hex 30 99 96 45 0 2 28 B2 34 27
Octal 60 231 226 105 0 2 50 262 64 47
Binary 110000 10011001 10010110 1000101 0 10 101000 10110010 110100 100111

Color Harmonies of #309996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309996

Black with #309996

Text Example


Text Example

White with #309996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309996; }

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

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

background-color css

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

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

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

border-color css

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

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

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