Html Css Color HEX #219184 Java

📋 copy color: '#219184'

red 33 ◦ green 145 ◦ blue 132

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

Shades of Java #219184

Tints of Java #219184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 10.65%
G = 46.77%
B = 42.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#219184 (or 0x219184) is known color: Java. HEX triplet: 21, 91 and 84. RGB value is (33,145,132). Sum of RGB (Red+Green+Blue) = 33+145+132=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #219184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219184 is #DE6E7B. Grayscale: #6D6D6D. Windows color (decimal): -14577276 or 8687905. OLE color: 8687905.

HSL color Cylindrical-coordinate representation of color #219184: hue angle of 173.04º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219184 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 145 132 -
CMYK 0.77 0 0.09 0.43
HSL 173.04º 0.63% 0.35% -
HSV(B) 173.04º 0.77% 0.57% -
XYZ 14.92 22.24 25.34 -
YUV 110.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 33 145 132 0.77 0 0.09 0.43 173.04 0.63 0.35
Hex 21 91 84 4D 0 9 2B AD 3F 23
Octal 41 221 204 115 0 11 53 255 77 43
Binary 100001 10010001 10000100 1001101 0 1001 101011 10101101 111111 100011

Color Harmonies of #219184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219184

Black with #219184

Text Example


Text Example

White with #219184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219184; }

 p { color: rgb(33,145,132); }

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

background-color css

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

 a { background-color: rgb(33,145,132); }

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

border-color css

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

 span { border-color: rgb(33,145,132); }

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