Html Css Color HEX #20969E Java

📋 copy color: '#20969E'

red 32 ◦ green 150 ◦ blue 158

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

Shades of Java #20969E

Tints of Java #20969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 9.41%
G = 44.12%
B = 46.47%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20969E (or 0x20969E) is known color: Java. HEX triplet: 20, 96 and 9E. RGB value is (32,150,158). Sum of RGB (Red+Green+Blue) = 32+150+158=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #20969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20969E is #DF6961. Grayscale: #737373. Windows color (decimal): -14641506 or 10393120. OLE color: 10393120.

HSL color Cylindrical-coordinate representation of color #20969E: hue angle of 183.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20969E is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 150 158 -
CMYK 0.80 0.05 0 0.38
HSL 183.81º 0.66% 0.37% -
HSV(B) 183.81º 0.8% 0.62% -
XYZ 17.67 24.59 36.16 -
YUV 115.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 32 150 158 0.80 0.05 0 0.38 183.81 0.66 0.37
Hex 20 96 9E 50 5 0 26 B8 42 25
Octal 40 226 236 120 5 0 46 270 102 45
Binary 100000 10010110 10011110 1010000 101 0 100110 10111000 1000010 100101

Color Harmonies of #20969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20969E

Black with #20969E

Text Example


Text Example

White with #20969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20969E; }

 p { color: rgb(32,150,158); }

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

background-color css

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

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

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

border-color css

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

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

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