Html Css Color HEX #33999B Java

📋 copy color: '#33999B'

red 51 ◦ green 153 ◦ blue 155

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

Shades of Java #33999B

Tints of Java #33999B

RGB

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

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

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

R = 14.21%
G = 42.62%
B = 43.18%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33999B (or 0x33999B) is known color: Java. HEX triplet: 33, 99 and 9B. RGB value is (51,153,155). Sum of RGB (Red+Green+Blue) = 51+153+155=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #33999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33999B is #CC6664. Grayscale: #7A7A7A. Windows color (decimal): -13395557 or 10197299. OLE color: 10197299.

HSL color Cylindrical-coordinate representation of color #33999B: hue angle of 181.15º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33999B is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 153 155 -
CMYK 0.67 0.01 0 0.39
HSL 181.15º 0.5% 0.4% -
HSV(B) 181.15º 0.67% 0.61% -
XYZ 18.67 25.85 35.02 -
YUV 122.73 146.21 76.84 -
System Red Green Blue C M Y K H S L
Decimal 51 153 155 0.67 0.01 0 0.39 181.15 0.5 0.4
Hex 33 99 9B 43 1 0 27 B5 32 28
Octal 63 231 233 103 1 0 47 265 62 50
Binary 110011 10011001 10011011 1000011 1 0 100111 10110101 110010 101000

Color Harmonies of #33999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33999B

Black with #33999B

Text Example


Text Example

White with #33999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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