Html Css Color HEX #30A09F Java

📋 copy color: '#30A09F'

red 48 ◦ green 160 ◦ blue 159

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

Shades of Java #30A09F

Tints of Java #30A09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 13.08%
G = 43.6%
B = 43.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#30A09F (or 0x30A09F) is known color: Java. HEX triplet: 30, A0 and 9F. RGB value is (48,160,159). Sum of RGB (Red+Green+Blue) = 48+160+159=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #30A09F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A09F is #CF5F60. Grayscale: #7E7E7E. Windows color (decimal): -13590369 or 10461232. OLE color: 10461232.

HSL color Cylindrical-coordinate representation of color #30A09F: hue angle of 179.46º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A09F is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 159 -
CMYK 0.70 0 0.01 0.37
HSL 179.46º 0.54% 0.41% -
HSV(B) 179.46º 0.7% 0.63% -
XYZ 20.05 28.27 37.2 -
YUV 126.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 48 160 159 0.70 0 0.01 0.37 179.46 0.54 0.41
Hex 30 A0 9F 46 0 1 25 B3 36 29
Octal 60 240 237 106 0 1 45 263 66 51
Binary 110000 10100000 10011111 1000110 0 1 100101 10110011 110110 101001

Color Harmonies of #30A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A09F

Black with #30A09F

Text Example


Text Example

White with #30A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A09F; }

 p { color: rgb(48,160,159); }

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

background-color css

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

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

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

border-color css

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

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

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