Html Css Color HEX #219794 Java

📋 copy color: '#219794'

red 33 ◦ green 151 ◦ blue 148

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

Shades of Java #219794

Tints of Java #219794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 9.94%
G = 45.48%
B = 44.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#219794 (or 0x219794) is known color: Java. HEX triplet: 21, 97 and 94. RGB value is (33,151,148). Sum of RGB (Red+Green+Blue) = 33+151+148=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #219794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219794 is #DE686B. Grayscale: #737373. Windows color (decimal): -14575724 or 9738017. OLE color: 9738017.

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

Color convert

RGB 33 151 148 -
CMYK 0.78 0 0.02 0.41
HSL 178.47º 0.64% 0.36% -
HSV(B) 178.47º 0.78% 0.59% -
XYZ 17.04 24.59 31.87 -
YUV 115.38 146.41 69.24 -
System Red Green Blue C M Y K H S L
Decimal 33 151 148 0.78 0 0.02 0.41 178.47 0.64 0.36
Hex 21 97 94 4E 0 2 29 B2 40 24
Octal 41 227 224 116 0 2 51 262 100 44
Binary 100001 10010111 10010100 1001110 0 10 101001 10110010 1000000 100100

Color Harmonies of #219794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219794

Black with #219794

Text Example


Text Example

White with #219794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219794; }

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

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

background-color css

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

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

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

border-color css

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

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

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