Html Css Color HEX #309993 Java

📋 copy color: '#309993'

red 48 ◦ green 153 ◦ blue 147

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

Shades of Java #309993

Tints of Java #309993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 13.79%
G = 43.97%
B = 42.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#309993 (or 0x309993) is known color: Java. HEX triplet: 30, 99 and 93. RGB value is (48,153,147). Sum of RGB (Red+Green+Blue) = 48+153+147=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #309993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309993 is #CF666C. Grayscale: #787878. Windows color (decimal): -13592173 or 9673008. OLE color: 9673008.

HSL color Cylindrical-coordinate representation of color #309993: hue angle of 176.57º 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 #309993 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 147 -
CMYK 0.69 0 0.04 0.4
HSL 176.57º 0.52% 0.39% -
HSV(B) 176.57º 0.69% 0.6% -
XYZ 17.88 25.52 31.59 -
YUV 120.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 48 153 147 0.69 0 0.04 0.4 176.57 0.52 0.39
Hex 30 99 93 45 0 4 28 B1 34 27
Octal 60 231 223 105 0 4 50 261 64 47
Binary 110000 10011001 10010011 1000101 0 100 101000 10110001 110100 100111

Color Harmonies of #309993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309993

Black with #309993

Text Example


Text Example

White with #309993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309993; }

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

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

background-color css

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

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

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

border-color css

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

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

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