Html Css Color HEX #30A39D Java

📋 copy color: '#30A39D'

red 48 ◦ green 163 ◦ blue 157

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

Shades of Java #30A39D

Tints of Java #30A39D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.29%

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 13.04%
G = 44.29%
B = 42.66%

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

#30A39D (or 0x30A39D) is known color: Java. HEX triplet: 30, A3 and 9D. RGB value is (48,163,157). Sum of RGB (Red+Green+Blue) = 48+163+157=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #30A39D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A39D is #CF5C62. Grayscale: #7F7F7F. Windows color (decimal): -13589603 or 10330928. OLE color: 10330928.

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

Color convert

RGB 48 163 157 -
CMYK 0.71 0 0.04 0.36
HSL 176.87º 0.55% 0.41% -
HSV(B) 176.87º 0.71% 0.64% -
XYZ 20.4 29.26 36.47 -
YUV 127.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 48 163 157 0.71 0 0.04 0.36 176.87 0.55 0.41
Hex 30 A3 9D 47 0 4 24 B1 37 29
Octal 60 243 235 107 0 4 44 261 67 51
Binary 110000 10100011 10011101 1000111 0 100 100100 10110001 110111 101001

Color Harmonies of #30A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A39D

Black with #30A39D

Text Example


Text Example

White with #30A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,163,157); }

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

background-color css

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

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

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

border-color css

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

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

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