Html Css Color HEX #34A49A Java

📋 copy color: '#34A49A'

red 52 ◦ green 164 ◦ blue 154

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

Shades of Java #34A49A

Tints of Java #34A49A

RGB

 RED value IS 52 (20.7% from 255) = 14.05%

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 14.05%
G = 44.32%
B = 41.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#34A49A (or 0x34A49A) is known color: Java. HEX triplet: 34, A4 and 9A. RGB value is (52,164,154). Sum of RGB (Red+Green+Blue) = 52+164+154=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #34A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A49A is #CB5B65. Grayscale: #818181. Windows color (decimal): -13327206 or 10134580. OLE color: 10134580.

HSL color Cylindrical-coordinate representation of color #34A49A: hue angle of 174.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A49A is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 164 154 -
CMYK 0.68 0 0.06 0.36
HSL 174.64º 0.52% 0.42% -
HSV(B) 174.64º 0.68% 0.64% -
XYZ 20.52 29.61 35.21 -
YUV 129.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 52 164 154 0.68 0 0.06 0.36 174.64 0.52 0.42
Hex 34 A4 9A 44 0 6 24 AF 34 2A
Octal 64 244 232 104 0 6 44 257 64 52
Binary 110100 10100100 10011010 1000100 0 110 100100 10101111 110100 101010

Color Harmonies of #34A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A49A

Black with #34A49A

Text Example


Text Example

White with #34A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A49A; }

 p { color: rgb(52,164,154); }

 H1.HeaderClassName
 {
   color: #34A49A;
 }
 .AnyTagClassName
 {
   color: #34A49A;
 }
</style>

background-color css

<style>
 a { background-color: #34A49A; }

 a { background-color: rgb(52,164,154); }

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

border-color css

<style>
 span { border-color: #34A49A; }

 span { border-color: rgb(52,164,154); }

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