Html Css Color HEX #219892 Java

📋 copy color: '#219892'

red 33 ◦ green 152 ◦ blue 146

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

Shades of Java #219892

Tints of Java #219892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.92%

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

R = 9.97%
G = 45.92%
B = 44.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#219892 (or 0x219892) is known color: Java. HEX triplet: 21, 98 and 92. RGB value is (33,152,146). Sum of RGB (Red+Green+Blue) = 33+152+146=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #219892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219892 is #DE676D. Grayscale: #737373. Windows color (decimal): -14575470 or 9607201. OLE color: 9607201.

HSL color Cylindrical-coordinate representation of color #219892: hue angle of 176.97º degrees, saturation: 0.64, 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 #219892 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 152 146 -
CMYK 0.78 0 0.04 0.40
HSL 176.97º 0.64% 0.36% -
HSV(B) 176.97º 0.78% 0.6% -
XYZ 17.04 24.86 31.09 -
YUV 115.74 145.08 68.99 -
System Red Green Blue C M Y K H S L
Decimal 33 152 146 0.78 0 0.04 0.40 176.97 0.64 0.36
Hex 21 98 92 4E 0 4 28 B1 40 24
Octal 41 230 222 116 0 4 50 261 100 44
Binary 100001 10011000 10010010 1001110 0 100 101000 10110001 1000000 100100

Color Harmonies of #219892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219892

Black with #219892

Text Example


Text Example

White with #219892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219892; }

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

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

background-color css

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

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

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

border-color css

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

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

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