Html Css Color HEX #34999A Java

📋 copy color: '#34999A'

red 52 ◦ green 153 ◦ blue 154

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

Shades of Java #34999A

Tints of Java #34999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

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

R = 14.48%
G = 42.62%
B = 42.9%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34999A (or 0x34999A) is known color: Java. HEX triplet: 34, 99 and 9A. RGB value is (52,153,154). Sum of RGB (Red+Green+Blue) = 52+153+154=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #34999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34999A is #CB6665. Grayscale: #7A7A7A. Windows color (decimal): -13330022 or 10131764. OLE color: 10131764.

HSL color Cylindrical-coordinate representation of color #34999A: hue angle of 180.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34999A is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 153 154 -
CMYK 0.66 0.01 0 0.40
HSL 180.59º 0.5% 0.4% -
HSV(B) 180.59º 0.66% 0.6% -
XYZ 18.64 25.85 34.58 -
YUV 122.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 52 153 154 0.66 0.01 0 0.40 180.59 0.5 0.4
Hex 34 99 9A 42 1 0 28 B5 32 28
Octal 64 231 232 102 1 0 50 265 62 50
Binary 110100 10011001 10011010 1000010 1 0 101000 10110101 110010 101000

Color Harmonies of #34999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34999A

Black with #34999A

Text Example


Text Example

White with #34999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34999A; }

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

 H1.HeaderClassName
 {
   color: #34999A;
 }
 .AnyTagClassName
 {
   color: #34999A;
 }
</style>

background-color css

<style>
 a { background-color: #34999A; }

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

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

border-color css

<style>
 span { border-color: #34999A; }

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

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