Html Css Color HEX #219992 Java

📋 copy color: '#219992'

red 33 ◦ green 153 ◦ blue 146

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

Shades of Java #219992

Tints of Java #219992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 9.94%
G = 46.08%
B = 43.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#219992 (or 0x219992) is known color: Java. HEX triplet: 21, 99 and 92. RGB value is (33,153,146). Sum of RGB (Red+Green+Blue) = 33+153+146=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #219992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219992 is #DE666D. Grayscale: #747474. Windows color (decimal): -14575214 or 9607457. OLE color: 9607457.

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

Color convert

RGB 33 153 146 -
CMYK 0.78 0 0.05 0.4
HSL 176.5º 0.65% 0.36% -
HSV(B) 176.5º 0.78% 0.6% -
XYZ 17.21 25.18 31.15 -
YUV 116.32 144.74 68.57 -
System Red Green Blue C M Y K H S L
Decimal 33 153 146 0.78 0 0.05 0.4 176.5 0.65 0.36
Hex 21 99 92 4E 0 5 28 B0 41 24
Octal 41 231 222 116 0 5 50 260 101 44
Binary 100001 10011001 10010010 1001110 0 101 101000 10110000 1000001 100100

Color Harmonies of #219992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219992

Black with #219992

Text Example


Text Example

White with #219992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219992; }

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

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

background-color css

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

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

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

border-color css

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

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

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