Html Css Color HEX #30A49E Java

📋 copy color: '#30A49E'

red 48 ◦ green 164 ◦ blue 158

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

Shades of Java #30A49E

Tints of Java #30A49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 12.97%
G = 44.32%
B = 42.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#30A49E (or 0x30A49E) is known color: Java. HEX triplet: 30, A4 and 9E. RGB value is (48,164,158). Sum of RGB (Red+Green+Blue) = 48+164+158=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #30A49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A49E is #CF5B61. Grayscale: #808080. Windows color (decimal): -13589346 or 10396720. OLE color: 10396720.

HSL color Cylindrical-coordinate representation of color #30A49E: hue angle of 176.9º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A49E is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 164 158 -
CMYK 0.71 0 0.04 0.36
HSL 176.9º 0.55% 0.42% -
HSV(B) 176.9º 0.71% 0.64% -
XYZ 20.67 29.65 36.98 -
YUV 128.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 48 164 158 0.71 0 0.04 0.36 176.9 0.55 0.42
Hex 30 A4 9E 47 0 4 24 B1 37 2A
Octal 60 244 236 107 0 4 44 261 67 52
Binary 110000 10100100 10011110 1000111 0 100 100100 10110001 110111 101010

Color Harmonies of #30A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A49E

Black with #30A49E

Text Example


Text Example

White with #30A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,164,158); }

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

background-color css

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

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

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

border-color css

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

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

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