Html Css Color HEX #219689 Java

📋 copy color: '#219689'

red 33 ◦ green 150 ◦ blue 137

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

Shades of Java #219689

Tints of Java #219689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.88%

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 10.31%
G = 46.88%
B = 42.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#219689 (or 0x219689) is known color: Java. HEX triplet: 21, 96 and 89. RGB value is (33,150,137). Sum of RGB (Red+Green+Blue) = 33+150+137=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #219689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219689 is #DE6976. Grayscale: #717171. Windows color (decimal): -14575991 or 9016865. OLE color: 9016865.

HSL color Cylindrical-coordinate representation of color #219689: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219689 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 137 -
CMYK 0.78 0 0.09 0.41
HSL 173.33º 0.64% 0.36% -
HSV(B) 173.33º 0.78% 0.59% -
XYZ 16.05 23.94 27.44 -
YUV 113.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 33 150 137 0.78 0 0.09 0.41 173.33 0.64 0.36
Hex 21 96 89 4E 0 9 29 AD 40 24
Octal 41 226 211 116 0 11 51 255 100 44
Binary 100001 10010110 10001001 1001110 0 1001 101001 10101101 1000000 100100

Color Harmonies of #219689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219689

Black with #219689

Text Example


Text Example

White with #219689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219689; }

 p { color: rgb(33,150,137); }

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

background-color css

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

 a { background-color: rgb(33,150,137); }

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

border-color css

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

 span { border-color: rgb(33,150,137); }

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