Html Css Color HEX #209390 Java

📋 copy color: '#209390'

red 32 ◦ green 147 ◦ blue 144

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

Shades of Java #209390

Tints of Java #209390

RGB

 RED value IS 32 (12.89% from 255) = 9.91%

 GREEN value IS 147 (57.81% from 255) = 45.51%

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

R = 9.91%
G = 45.51%
B = 44.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#209390 (or 0x209390) is known color: Java. HEX triplet: 20, 93 and 90. RGB value is (32,147,144). Sum of RGB (Red+Green+Blue) = 32+147+144=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #209390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209390 is #DF6C6F. Grayscale: #707070. Windows color (decimal): -14642288 or 9474848. OLE color: 9474848.

HSL color Cylindrical-coordinate representation of color #209390: hue angle of 178.43º 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 #209390 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 147 144 -
CMYK 0.78 0 0.02 0.42
HSL 178.43º 0.64% 0.35% -
HSV(B) 178.43º 0.78% 0.58% -
XYZ 16.06 23.19 30.01 -
YUV 112.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 32 147 144 0.78 0 0.02 0.42 178.43 0.64 0.35
Hex 20 93 90 4E 0 2 2A B2 40 23
Octal 40 223 220 116 0 2 52 262 100 43
Binary 100000 10010011 10010000 1001110 0 10 101010 10110010 1000000 100011

Color Harmonies of #209390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209390

Black with #209390

Text Example


Text Example

White with #209390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209390; }

 p { color: rgb(32,147,144); }

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

background-color css

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

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

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

border-color css

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

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

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