Html Css Color HEX #219694 Java

📋 copy color: '#219694'

red 33 ◦ green 150 ◦ blue 148

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

Shades of Java #219694

Tints of Java #219694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 9.97%
G = 45.32%
B = 44.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#219694 (or 0x219694) is known color: Java. HEX triplet: 21, 96 and 94. RGB value is (33,150,148). Sum of RGB (Red+Green+Blue) = 33+150+148=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #219694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219694 is #DE696B. Grayscale: #727272. Windows color (decimal): -14575980 or 9737761. OLE color: 9737761.

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

Color convert

RGB 33 150 148 -
CMYK 0.78 0 0.01 0.41
HSL 178.97º 0.64% 0.36% -
HSV(B) 178.97º 0.78% 0.59% -
XYZ 16.88 24.27 31.81 -
YUV 114.79 146.74 69.66 -
System Red Green Blue C M Y K H S L
Decimal 33 150 148 0.78 0 0.01 0.41 178.97 0.64 0.36
Hex 21 96 94 4E 0 1 29 B3 40 24
Octal 41 226 224 116 0 1 51 263 100 44
Binary 100001 10010110 10010100 1001110 0 1 101001 10110011 1000000 100100

Color Harmonies of #219694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219694

Black with #219694

Text Example


Text Example

White with #219694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219694; }

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

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

background-color css

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

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

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

border-color css

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

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

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