Html Css Color HEX #219488 Java

📋 copy color: '#219488'

red 33 ◦ green 148 ◦ blue 136

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

Shades of Java #219488

Tints of Java #219488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

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

R = 10.41%
G = 46.69%
B = 42.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#219488 (or 0x219488) is known color: Java. HEX triplet: 21, 94 and 88. RGB value is (33,148,136). Sum of RGB (Red+Green+Blue) = 33+148+136=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #219488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219488 is #DE6B77. Grayscale: #707070. Windows color (decimal): -14576504 or 8950817. OLE color: 8950817.

HSL color Cylindrical-coordinate representation of color #219488: hue angle of 173.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219488 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 148 136 -
CMYK 0.78 0 0.08 0.42
HSL 173.74º 0.64% 0.35% -
HSV(B) 173.74º 0.78% 0.58% -
XYZ 15.66 23.28 26.96 -
YUV 112.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 33 148 136 0.78 0 0.08 0.42 173.74 0.64 0.35
Hex 21 94 88 4E 0 8 2A AE 40 23
Octal 41 224 210 116 0 10 52 256 100 43
Binary 100001 10010100 10001000 1001110 0 1000 101010 10101110 1000000 100011

Color Harmonies of #219488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219488

Black with #219488

Text Example


Text Example

White with #219488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219488; }

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

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

background-color css

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

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

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

border-color css

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

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

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