Html Css Color HEX #219E91 Java

📋 copy color: '#219E91'

red 33 ◦ green 158 ◦ blue 145

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

Shades of Java #219E91

Tints of Java #219E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 9.82%
G = 47.02%
B = 43.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#219E91 (or 0x219E91) is known color: Java. HEX triplet: 21, 9E and 91. RGB value is (33,158,145). Sum of RGB (Red+Green+Blue) = 33+158+145=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #219E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219E91 is #DE616E. Grayscale: #777777. Windows color (decimal): -14573935 or 9543201. OLE color: 9543201.

HSL color Cylindrical-coordinate representation of color #219E91: hue angle of 173.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219E91 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 158 145 -
CMYK 0.79 0 0.08 0.38
HSL 173.76º 0.65% 0.37% -
HSV(B) 173.76º 0.79% 0.62% -
XYZ 17.96 26.82 31.02 -
YUV 119.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 33 158 145 0.79 0 0.08 0.38 173.76 0.65 0.37
Hex 21 9E 91 4F 0 8 26 AE 41 25
Octal 41 236 221 117 0 10 46 256 101 45
Binary 100001 10011110 10010001 1001111 0 1000 100110 10101110 1000001 100101

Color Harmonies of #219E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219E91

Black with #219E91

Text Example


Text Example

White with #219E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219E91; }

 p { color: rgb(33,158,145); }

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

background-color css

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

 a { background-color: rgb(33,158,145); }

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

border-color css

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

 span { border-color: rgb(33,158,145); }

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