Html Css Color HEX #209492 Java

📋 copy color: '#209492'

red 32 ◦ green 148 ◦ blue 146

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

Shades of Java #209492

Tints of Java #209492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 9.82%
G = 45.4%
B = 44.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#209492 (or 0x209492) is known color: Java. HEX triplet: 20, 94 and 92. RGB value is (32,148,146). Sum of RGB (Red+Green+Blue) = 32+148+146=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #209492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209492 is #DF6B6D. Grayscale: #707070. Windows color (decimal): -14642030 or 9606176. OLE color: 9606176.

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

Color convert

RGB 32 148 146 -
CMYK 0.78 0 0.01 0.42
HSL 178.97º 0.64% 0.35% -
HSV(B) 178.97º 0.78% 0.58% -
XYZ 16.37 23.56 30.88 -
YUV 113.09 146.57 70.16 -
System Red Green Blue C M Y K H S L
Decimal 32 148 146 0.78 0 0.01 0.42 178.97 0.64 0.35
Hex 20 94 92 4E 0 1 2A B3 40 23
Octal 40 224 222 116 0 1 52 263 100 43
Binary 100000 10010100 10010010 1001110 0 1 101010 10110011 1000000 100011

Color Harmonies of #209492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209492

Black with #209492

Text Example


Text Example

White with #209492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209492; }

 p { color: rgb(32,148,146); }

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

background-color css

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

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

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

border-color css

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

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

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