Html Css Color HEX #209395 Java

📋 copy color: '#209395'

red 32 ◦ green 147 ◦ blue 149

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

Shades of Java #209395

Tints of Java #209395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 9.76%
G = 44.82%
B = 45.43%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#209395 (or 0x209395) is known color: Java. HEX triplet: 20, 93 and 95. RGB value is (32,147,149). Sum of RGB (Red+Green+Blue) = 32+147+149=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #209395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209395 is #DF6C6A. Grayscale: #707070. Windows color (decimal): -14642283 or 9802528. OLE color: 9802528.

HSL color Cylindrical-coordinate representation of color #209395: hue angle of 181.03º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209395 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 147 149 -
CMYK 0.79 0.01 0 0.42
HSL 181.03º 0.65% 0.35% -
HSV(B) 181.03º 0.79% 0.58% -
XYZ 16.45 23.34 32.07 -
YUV 112.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 32 147 149 0.79 0.01 0 0.42 181.03 0.65 0.35
Hex 20 93 95 4F 1 0 2A B5 41 23
Octal 40 223 225 117 1 0 52 265 101 43
Binary 100000 10010011 10010101 1001111 1 0 101010 10110101 1000001 100011

Color Harmonies of #209395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209395

Black with #209395

Text Example


Text Example

White with #209395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209395; }

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

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

background-color css

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

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

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

border-color css

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

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

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