Html Css Color HEX #209393 Java

📋 copy color: '#209393'

red 32 ◦ green 147 ◦ blue 147

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

Shades of Java #209393

Tints of Java #209393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 9.82%
G = 45.09%
B = 45.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#209393 (or 0x209393) is known color: Java. HEX triplet: 20, 93 and 93. RGB value is (32,147,147). Sum of RGB (Red+Green+Blue) = 32+147+147=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #209393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209393 is #DF6C6C. Grayscale: #707070. Windows color (decimal): -14642285 or 9671456. OLE color: 9671456.

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

Color convert

RGB 32 147 147 -
CMYK 0.78 0 0 0.42
HSL 180º 0.64% 0.35% -
HSV(B) 180º 0.78% 0.58% -
XYZ 16.3 23.28 31.24 -
YUV 112.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 32 147 147 0.78 0 0 0.42 180 0.64 0.35
Hex 20 93 93 4E 0 0 2A B4 40 23
Octal 40 223 223 116 0 0 52 264 100 43
Binary 100000 10010011 10010011 1001110 0 0 101010 10110100 1000000 100011

Color Harmonies of #209393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209393

Black with #209393

Text Example


Text Example

White with #209393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209393; }

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

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

background-color css

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

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

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

border-color css

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

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

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