Html Css Color HEX #30999C Java

📋 copy color: '#30999C'

red 48 ◦ green 153 ◦ blue 156

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

Shades of Java #30999C

Tints of Java #30999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 13.45%
G = 42.86%
B = 43.7%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30999C (or 0x30999C) is known color: Java. HEX triplet: 30, 99 and 9C. RGB value is (48,153,156). Sum of RGB (Red+Green+Blue) = 48+153+156=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #30999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30999C is #CF6663. Grayscale: #797979. Windows color (decimal): -13592164 or 10262832. OLE color: 10262832.

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

Color convert

RGB 48 153 156 -
CMYK 0.69 0.02 0 0.39
HSL 181.67º 0.53% 0.4% -
HSV(B) 181.67º 0.69% 0.61% -
XYZ 18.61 25.81 35.45 -
YUV 121.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 48 153 156 0.69 0.02 0 0.39 181.67 0.53 0.4
Hex 30 99 9C 45 2 0 27 B6 35 28
Octal 60 231 234 105 2 0 47 266 65 50
Binary 110000 10011001 10011100 1000101 10 0 100111 10110110 110101 101000

Color Harmonies of #30999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30999C

Black with #30999C

Text Example


Text Example

White with #30999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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