Html Css Color HEX #219989 Java

📋 copy color: '#219989'

red 33 ◦ green 153 ◦ blue 137

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

Shades of Java #219989

Tints of Java #219989

RGB

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

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

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

R = 10.22%
G = 47.37%
B = 42.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#219989 (or 0x219989) is known color: Java. HEX triplet: 21, 99 and 89. RGB value is (33,153,137). Sum of RGB (Red+Green+Blue) = 33+153+137=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #219989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219989 is #DE6676. Grayscale: #737373. Windows color (decimal): -14575223 or 9017633. OLE color: 9017633.

HSL color Cylindrical-coordinate representation of color #219989: hue angle of 172º 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 #219989 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 137 -
CMYK 0.78 0 0.10 0.4
HSL 172º 0.65% 0.36% -
HSV(B) 172º 0.78% 0.6% -
XYZ 16.53 24.91 27.6 -
YUV 115.3 140.24 69.3 -
System Red Green Blue C M Y K H S L
Decimal 33 153 137 0.78 0 0.10 0.4 172 0.65 0.36
Hex 21 99 89 4E 0 A 28 AC 41 24
Octal 41 231 211 116 0 12 50 254 101 44
Binary 100001 10011001 10001001 1001110 0 1010 101000 10101100 1000001 100100

Color Harmonies of #219989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219989

Black with #219989

Text Example


Text Example

White with #219989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219989; }

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

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

background-color css

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

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

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

border-color css

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

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

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