Html Css Color HEX #219692 Java

📋 copy color: '#219692'

red 33 ◦ green 150 ◦ blue 146

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

Shades of Java #219692

Tints of Java #219692

RGB

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

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

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

R = 10.03%
G = 45.59%
B = 44.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#219692 (or 0x219692) is known color: Java. HEX triplet: 21, 96 and 92. RGB value is (33,150,146). Sum of RGB (Red+Green+Blue) = 33+150+146=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #219692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219692 is #DE696D. Grayscale: #727272. Windows color (decimal): -14575982 or 9606689. OLE color: 9606689.

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

Color convert

RGB 33 150 146 -
CMYK 0.78 0 0.03 0.41
HSL 177.95º 0.64% 0.36% -
HSV(B) 177.95º 0.78% 0.59% -
XYZ 16.72 24.21 30.99 -
YUV 114.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 33 150 146 0.78 0 0.03 0.41 177.95 0.64 0.36
Hex 21 96 92 4E 0 3 29 B2 40 24
Octal 41 226 222 116 0 3 51 262 100 44
Binary 100001 10010110 10010010 1001110 0 11 101001 10110010 1000000 100100

Color Harmonies of #219692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219692

Black with #219692

Text Example


Text Example

White with #219692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219692; }

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

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

background-color css

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

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

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

border-color css

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

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

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