Html Css Color HEX #219290 Java

📋 copy color: '#219290'

red 33 ◦ green 146 ◦ blue 144

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

Shades of Java #219290

Tints of Java #219290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 10.22%
G = 45.2%
B = 44.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#219290 (or 0x219290) is known color: Java. HEX triplet: 21, 92 and 90. RGB value is (33,146,144). Sum of RGB (Red+Green+Blue) = 33+146+144=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #219290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219290 is #DE6D6F. Grayscale: #6F6F6F. Windows color (decimal): -14577008 or 9474593. OLE color: 9474593.

HSL color Cylindrical-coordinate representation of color #219290: hue angle of 178.94º 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 #219290 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 146 144 -
CMYK 0.77 0 0.01 0.43
HSL 178.94º 0.63% 0.35% -
HSV(B) 178.94º 0.77% 0.57% -
XYZ 15.94 22.89 29.96 -
YUV 111.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 33 146 144 0.77 0 0.01 0.43 178.94 0.63 0.35
Hex 21 92 90 4D 0 1 2B B3 3F 23
Octal 41 222 220 115 0 1 53 263 77 43
Binary 100001 10010010 10010000 1001101 0 1 101011 10110011 111111 100011

Color Harmonies of #219290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219290

Black with #219290

Text Example


Text Example

White with #219290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219290; }

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

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

background-color css

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

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

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

border-color css

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

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

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