Html Css Color HEX #219686 Java

📋 copy color: '#219686'

red 33 ◦ green 150 ◦ blue 134

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

Shades of Java #219686

Tints of Java #219686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 10.41%
G = 47.32%
B = 42.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#219686 (or 0x219686) is known color: Java. HEX triplet: 21, 96 and 86. RGB value is (33,150,134). Sum of RGB (Red+Green+Blue) = 33+150+134=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #219686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219686 is #DE6979. Grayscale: #717171. Windows color (decimal): -14575994 or 8820257. OLE color: 8820257.

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

Color convert

RGB 33 150 134 -
CMYK 0.78 0 0.11 0.41
HSL 171.79º 0.64% 0.36% -
HSV(B) 171.79º 0.78% 0.59% -
XYZ 15.84 23.86 26.32 -
YUV 113.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 33 150 134 0.78 0 0.11 0.41 171.79 0.64 0.36
Hex 21 96 86 4E 0 B 29 AC 40 24
Octal 41 226 206 116 0 13 51 254 100 44
Binary 100001 10010110 10000110 1001110 0 1011 101001 10101100 1000000 100100

Color Harmonies of #219686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219686

Black with #219686

Text Example


Text Example

White with #219686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219686; }

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

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

background-color css

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

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

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

border-color css

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

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

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