Html Css Color HEX #219890 Java

📋 copy color: '#219890'

red 33 ◦ green 152 ◦ blue 144

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

Shades of Java #219890

Tints of Java #219890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 10.03%
G = 46.2%
B = 43.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#219890 (or 0x219890) is known color: Java. HEX triplet: 21, 98 and 90. RGB value is (33,152,144). Sum of RGB (Red+Green+Blue) = 33+152+144=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #219890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219890 is #DE676F. Grayscale: #737373. Windows color (decimal): -14575472 or 9476129. OLE color: 9476129.

HSL color Cylindrical-coordinate representation of color #219890: hue angle of 175.97º degrees, saturation: 0.64, 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 #219890 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 152 144 -
CMYK 0.78 0 0.05 0.40
HSL 175.97º 0.64% 0.36% -
HSV(B) 175.97º 0.78% 0.6% -
XYZ 16.89 24.79 30.28 -
YUV 115.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 33 152 144 0.78 0 0.05 0.40 175.97 0.64 0.36
Hex 21 98 90 4E 0 5 28 B0 40 24
Octal 41 230 220 116 0 5 50 260 100 44
Binary 100001 10011000 10010000 1001110 0 101 101000 10110000 1000000 100100

Color Harmonies of #219890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219890

Black with #219890

Text Example


Text Example

White with #219890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219890; }

 p { color: rgb(33,152,144); }

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

background-color css

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

 a { background-color: rgb(33,152,144); }

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

border-color css

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

 span { border-color: rgb(33,152,144); }

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