Html Css Color HEX #33999C Java

📋 copy color: '#33999C'

red 51 ◦ green 153 ◦ blue 156

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

Shades of Java #33999C

Tints of Java #33999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 14.17%
G = 42.5%
B = 43.33%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33999C (or 0x33999C) is known color: Java. HEX triplet: 33, 99 and 9C. RGB value is (51,153,156). Sum of RGB (Red+Green+Blue) = 51+153+156=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #33999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33999C is #CC6663. Grayscale: #7A7A7A. Windows color (decimal): -13395556 or 10262835. OLE color: 10262835.

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

Color convert

RGB 51 153 156 -
CMYK 0.67 0.02 0 0.39
HSL 181.71º 0.51% 0.41% -
HSV(B) 181.71º 0.67% 0.61% -
XYZ 18.76 25.89 35.46 -
YUV 122.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 51 153 156 0.67 0.02 0 0.39 181.71 0.51 0.41
Hex 33 99 9C 43 2 0 27 B6 33 29
Octal 63 231 234 103 2 0 47 266 63 51
Binary 110011 10011001 10011100 1000011 10 0 100111 10110110 110011 101001

Color Harmonies of #33999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33999C

Black with #33999C

Text Example


Text Example

White with #33999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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