Html Css Color HEX #219599 Java

📋 copy color: '#219599'

red 33 ◦ green 149 ◦ blue 153

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

Shades of Java #219599

Tints of Java #219599

RGB

 RED value IS 33 (13.28% from 255) = 9.85%

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 9.85%
G = 44.48%
B = 45.67%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#219599 (or 0x219599) is known color: Java. HEX triplet: 21, 95 and 99. RGB value is (33,149,153). Sum of RGB (Red+Green+Blue) = 33+149+153=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #219599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219599 is #DE6A66. Grayscale: #727272. Windows color (decimal): -14576231 or 10065185. OLE color: 10065185.

HSL color Cylindrical-coordinate representation of color #219599: hue angle of 182º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219599 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 149 153 -
CMYK 0.78 0.03 0 0.4
HSL 182º 0.65% 0.36% -
HSV(B) 182º 0.78% 0.6% -
XYZ 17.12 24.12 33.89 -
YUV 114.77 149.57 69.67 -
System Red Green Blue C M Y K H S L
Decimal 33 149 153 0.78 0.03 0 0.4 182 0.65 0.36
Hex 21 95 99 4E 3 0 28 B6 41 24
Octal 41 225 231 116 3 0 50 266 101 44
Binary 100001 10010101 10011001 1001110 11 0 101000 10110110 1000001 100100

Color Harmonies of #219599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219599

Black with #219599

Text Example


Text Example

White with #219599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219599; }

 p { color: rgb(33,149,153); }

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

background-color css

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

 a { background-color: rgb(33,149,153); }

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

border-color css

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

 span { border-color: rgb(33,149,153); }

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