Html Css Color HEX #30A097 Java

📋 copy color: '#30A097'

red 48 ◦ green 160 ◦ blue 151

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

Shades of Java #30A097

Tints of Java #30A097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.06%

R = 13.37%
G = 44.57%
B = 42.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#30A097 (or 0x30A097) is known color: Java. HEX triplet: 30, A0 and 97. RGB value is (48,160,151). Sum of RGB (Red+Green+Blue) = 48+160+151=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #30A097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A097 is #CF5F68. Grayscale: #7D7D7D. Windows color (decimal): -13590377 or 9936944. OLE color: 9936944.

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

Color convert

RGB 48 160 151 -
CMYK 0.70 0 0.06 0.37
HSL 175.18º 0.54% 0.41% -
HSV(B) 175.18º 0.7% 0.63% -
XYZ 19.38 28 33.66 -
YUV 125.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 48 160 151 0.70 0 0.06 0.37 175.18 0.54 0.41
Hex 30 A0 97 46 0 6 25 AF 36 29
Octal 60 240 227 106 0 6 45 257 66 51
Binary 110000 10100000 10010111 1000110 0 110 100101 10101111 110110 101001

Color Harmonies of #30A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A097

Black with #30A097

Text Example


Text Example

White with #30A097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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