Html Css Color HEX #209592 Java

📋 copy color: '#209592'

red 32 ◦ green 149 ◦ blue 146

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

Shades of Java #209592

Tints of Java #209592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

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

R = 9.79%
G = 45.57%
B = 44.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#209592 (or 0x209592) is known color: Java. HEX triplet: 20, 95 and 92. RGB value is (32,149,146). Sum of RGB (Red+Green+Blue) = 32+149+146=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #209592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209592 is #DF6A6D. Grayscale: #717171. Windows color (decimal): -14641774 or 9606432. OLE color: 9606432.

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

Color convert

RGB 32 149 146 -
CMYK 0.79 0 0.02 0.42
HSL 178.46º 0.65% 0.35% -
HSV(B) 178.46º 0.79% 0.58% -
XYZ 16.53 23.88 30.93 -
YUV 113.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 32 149 146 0.79 0 0.02 0.42 178.46 0.65 0.35
Hex 20 95 92 4F 0 2 2A B2 41 23
Octal 40 225 222 117 0 2 52 262 101 43
Binary 100000 10010101 10010010 1001111 0 10 101010 10110010 1000001 100011

Color Harmonies of #209592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209592

Black with #209592

Text Example


Text Example

White with #209592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209592; }

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

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

background-color css

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

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

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

border-color css

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

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

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