Html Css Color HEX #339D9B Java

📋 copy color: '#339D9B'

red 51 ◦ green 157 ◦ blue 155

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

Shades of Java #339D9B

Tints of Java #339D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 14.05%
G = 43.25%
B = 42.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#339D9B (or 0x339D9B) is known color: Java. HEX triplet: 33, 9D and 9B. RGB value is (51,157,155). Sum of RGB (Red+Green+Blue) = 51+157+155=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #339D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339D9B is #CC6264. Grayscale: #7C7C7C. Windows color (decimal): -13394533 or 10198323. OLE color: 10198323.

HSL color Cylindrical-coordinate representation of color #339D9B: hue angle of 178.87º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D9B is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 157 155 -
CMYK 0.68 0 0.01 0.38
HSL 178.87º 0.51% 0.41% -
HSV(B) 178.87º 0.68% 0.62% -
XYZ 19.34 27.18 35.24 -
YUV 125.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 51 157 155 0.68 0 0.01 0.38 178.87 0.51 0.41
Hex 33 9D 9B 44 0 1 26 B3 33 29
Octal 63 235 233 104 0 1 46 263 63 51
Binary 110011 10011101 10011011 1000100 0 1 100110 10110011 110011 101001

Color Harmonies of #339D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339D9B

Black with #339D9B

Text Example


Text Example

White with #339D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339D9B; }

 p { color: rgb(51,157,155); }

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

background-color css

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

 a { background-color: rgb(51,157,155); }

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

border-color css

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

 span { border-color: rgb(51,157,155); }

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