Html Css Color HEX #30A0A0 Java

📋 copy color: '#30A0A0'

red 48 ◦ green 160 ◦ blue 160

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

Shades of Java #30A0A0

Tints of Java #30A0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 13.04%
G = 43.48%
B = 43.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#30A0A0 (or 0x30A0A0) is known color: Java. HEX triplet: 30, A0 and A0. RGB value is (48,160,160). Sum of RGB (Red+Green+Blue) = 48+160+160=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #30A0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A0A0 is #CF5F5F. Grayscale: #7E7E7E. Windows color (decimal): -13590368 or 10526768. OLE color: 10526768.

HSL color Cylindrical-coordinate representation of color #30A0A0: hue angle of 180º 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 #30A0A0 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 160 -
CMYK 0.70 0 0 0.37
HSL 180º 0.54% 0.41% -
HSV(B) 180º 0.7% 0.63% -
XYZ 20.13 28.31 37.66 -
YUV 126.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 48 160 160 0.70 0 0 0.37 180 0.54 0.41
Hex 30 A0 A0 46 0 0 25 B4 36 29
Octal 60 240 240 106 0 0 45 264 66 51
Binary 110000 10100000 10100000 1000110 0 0 100101 10110100 110110 101001

Color Harmonies of #30A0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A0A0

Black with #30A0A0

Text Example


Text Example

White with #30A0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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