Html Css Color HEX #219997 Java

📋 copy color: '#219997'

red 33 ◦ green 153 ◦ blue 151

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

Shades of Java #219997

Tints of Java #219997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.4%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 9.79%
G = 45.4%
B = 44.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#219997 (or 0x219997) is known color: Java. HEX triplet: 21, 99 and 97. RGB value is (33,153,151). Sum of RGB (Red+Green+Blue) = 33+153+151=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #219997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219997 is #DE6668. Grayscale: #747474. Windows color (decimal): -14575209 or 9935137. OLE color: 9935137.

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

Color convert

RGB 33 153 151 -
CMYK 0.78 0 0.01 0.4
HSL 179º 0.65% 0.36% -
HSV(B) 179º 0.78% 0.6% -
XYZ 17.6 25.34 33.24 -
YUV 116.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 33 153 151 0.78 0 0.01 0.4 179 0.65 0.36
Hex 21 99 97 4E 0 1 28 B3 41 24
Octal 41 231 227 116 0 1 50 263 101 44
Binary 100001 10011001 10010111 1001110 0 1 101000 10110011 1000001 100100

Color Harmonies of #219997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219997

Black with #219997

Text Example


Text Example

White with #219997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219997; }

 p { color: rgb(33,153,151); }

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

background-color css

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

 a { background-color: rgb(33,153,151); }

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

border-color css

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

 span { border-color: rgb(33,153,151); }

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