Html Css Color HEX #219188 Java

📋 copy color: '#219188'

red 33 ◦ green 145 ◦ blue 136

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

Shades of Java #219188

Tints of Java #219188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 10.51%
G = 46.18%
B = 43.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#219188 (or 0x219188) is known color: Java. HEX triplet: 21, 91 and 88. RGB value is (33,145,136). Sum of RGB (Red+Green+Blue) = 33+145+136=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #219188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219188 is #DE6E77. Grayscale: #6E6E6E. Windows color (decimal): -14577272 or 8950049. OLE color: 8950049.

HSL color Cylindrical-coordinate representation of color #219188: hue angle of 175.18º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219188 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 145 136 -
CMYK 0.77 0 0.06 0.43
HSL 175.18º 0.63% 0.35% -
HSV(B) 175.18º 0.77% 0.57% -
XYZ 15.2 22.35 26.81 -
YUV 110.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 33 145 136 0.77 0 0.06 0.43 175.18 0.63 0.35
Hex 21 91 88 4D 0 6 2B AF 3F 23
Octal 41 221 210 115 0 6 53 257 77 43
Binary 100001 10010001 10001000 1001101 0 110 101011 10101111 111111 100011

Color Harmonies of #219188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219188

Black with #219188

Text Example


Text Example

White with #219188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219188; }

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

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

background-color css

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

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

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

border-color css

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

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

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