Html Css Color HEX #30999D Java

📋 copy color: '#30999D'

red 48 ◦ green 153 ◦ blue 157

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

Shades of Java #30999D

Tints of Java #30999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 13.41%
G = 42.74%
B = 43.85%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30999D (or 0x30999D) is known color: Java. HEX triplet: 30, 99 and 9D. RGB value is (48,153,157). Sum of RGB (Red+Green+Blue) = 48+153+157=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #30999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30999D is #CF6662. Grayscale: #797979. Windows color (decimal): -13592163 or 10328368. OLE color: 10328368.

HSL color Cylindrical-coordinate representation of color #30999D: hue angle of 182.2º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30999D is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 153 157 -
CMYK 0.69 0.03 0 0.38
HSL 182.2º 0.53% 0.4% -
HSV(B) 182.2º 0.69% 0.62% -
XYZ 18.7 25.85 35.9 -
YUV 122.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 48 153 157 0.69 0.03 0 0.38 182.2 0.53 0.4
Hex 30 99 9D 45 3 0 26 B6 35 28
Octal 60 231 235 105 3 0 46 266 65 50
Binary 110000 10011001 10011101 1000101 11 0 100110 10110110 110101 101000

Color Harmonies of #30999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30999D

Black with #30999D

Text Example


Text Example

White with #30999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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