Html Css Color HEX #339496 Java

📋 copy color: '#339496'

red 51 ◦ green 148 ◦ blue 150

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

Shades of Java #339496

Tints of Java #339496

RGB

 RED value IS 51 (20.31% from 255) = 14.61%

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 14.61%
G = 42.41%
B = 42.98%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#339496 (or 0x339496) is known color: Java. HEX triplet: 33, 94 and 96. RGB value is (51,148,150). Sum of RGB (Red+Green+Blue) = 51+148+150=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #339496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339496 is #CC6B69. Grayscale: #777777. Windows color (decimal): -13396842 or 9868339. OLE color: 9868339.

HSL color Cylindrical-coordinate representation of color #339496: hue angle of 181.21º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339496 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 148 150 -
CMYK 0.66 0.01 0 0.41
HSL 181.21º 0.49% 0.39% -
HSV(B) 181.21º 0.66% 0.59% -
XYZ 17.46 24.09 32.58 -
YUV 119.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 51 148 150 0.66 0.01 0 0.41 181.21 0.49 0.39
Hex 33 94 96 42 1 0 29 B5 31 27
Octal 63 224 226 102 1 0 51 265 61 47
Binary 110011 10010100 10010110 1000010 1 0 101001 10110101 110001 100111

Color Harmonies of #339496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339496

Black with #339496

Text Example


Text Example

White with #339496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339496; }

 p { color: rgb(51,148,150); }

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

background-color css

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

 a { background-color: rgb(51,148,150); }

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

border-color css

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

 span { border-color: rgb(51,148,150); }

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