Html Css Color HEX #209383 Java

📋 copy color: '#209383'

red 32 ◦ green 147 ◦ blue 131

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

Shades of Java #209383

Tints of Java #209383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 10.32%
G = 47.42%
B = 42.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#209383 (or 0x209383) is known color: Java. HEX triplet: 20, 93 and 83. RGB value is (32,147,131). Sum of RGB (Red+Green+Blue) = 32+147+131=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #209383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209383 is #DF6C7C. Grayscale: #6E6E6E. Windows color (decimal): -14642301 or 8622880. OLE color: 8622880.

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

Color convert

RGB 32 147 131 -
CMYK 0.78 0 0.11 0.42
HSL 171.65º 0.64% 0.35% -
HSV(B) 171.65º 0.78% 0.58% -
XYZ 15.13 22.81 25.08 -
YUV 110.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 32 147 131 0.78 0 0.11 0.42 171.65 0.64 0.35
Hex 20 93 83 4E 0 B 2A AC 40 23
Octal 40 223 203 116 0 13 52 254 100 43
Binary 100000 10010011 10000011 1001110 0 1011 101010 10101100 1000000 100011

Color Harmonies of #209383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209383

Black with #209383

Text Example


Text Example

White with #209383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209383; }

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

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

background-color css

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

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

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

border-color css

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

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

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