Html Css Color HEX #219090 Java

📋 copy color: '#219090'

red 33 ◦ green 144 ◦ blue 144

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

Shades of Java #219090

Tints of Java #219090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 10.28%
G = 44.86%
B = 44.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#219090 (or 0x219090) is known color: Java. HEX triplet: 21, 90 and 90. RGB value is (33,144,144). Sum of RGB (Red+Green+Blue) = 33+144+144=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #219090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219090 is #DE6F6F. Grayscale: #6E6E6E. Windows color (decimal): -14577520 or 9474081. OLE color: 9474081.

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

Color convert

RGB 33 144 144 -
CMYK 0.77 0 0 0.44
HSL 180º 0.63% 0.35% -
HSV(B) 180º 0.77% 0.56% -
XYZ 15.63 22.28 29.86 -
YUV 110.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 33 144 144 0.77 0 0 0.44 180 0.63 0.35
Hex 21 90 90 4D 0 0 2C B4 3F 23
Octal 41 220 220 115 0 0 54 264 77 43
Binary 100001 10010000 10010000 1001101 0 0 101100 10110100 111111 100011

Color Harmonies of #219090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219090

Black with #219090

Text Example


Text Example

White with #219090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219090; }

 p { color: rgb(33,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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