Html Css Color HEX #219895 Java

📋 copy color: '#219895'

red 33 ◦ green 152 ◦ blue 149

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

Shades of Java #219895

Tints of Java #219895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 9.88%
G = 45.51%
B = 44.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#219895 (or 0x219895) is known color: Java. HEX triplet: 21, 98 and 95. RGB value is (33,152,149). Sum of RGB (Red+Green+Blue) = 33+152+149=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #219895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219895 is #DE676A. Grayscale: #737373. Windows color (decimal): -14575467 or 9803809. OLE color: 9803809.

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

Color convert

RGB 33 152 149 -
CMYK 0.78 0 0.02 0.40
HSL 178.49º 0.64% 0.36% -
HSV(B) 178.49º 0.78% 0.6% -
XYZ 17.28 24.95 32.34 -
YUV 116.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 33 152 149 0.78 0 0.02 0.40 178.49 0.64 0.36
Hex 21 98 95 4E 0 2 28 B2 40 24
Octal 41 230 225 116 0 2 50 262 100 44
Binary 100001 10011000 10010101 1001110 0 10 101000 10110010 1000000 100100

Color Harmonies of #219895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219895

Black with #219895

Text Example


Text Example

White with #219895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219895; }

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

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

background-color css

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

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

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

border-color css

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

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

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