Html Css Color HEX #20969B Java

📋 copy color: '#20969B'

red 32 ◦ green 150 ◦ blue 155

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

Shades of Java #20969B

Tints of Java #20969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 9.5%
G = 44.51%
B = 45.99%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20969B (or 0x20969B) is known color: Java. HEX triplet: 20, 96 and 9B. RGB value is (32,150,155). Sum of RGB (Red+Green+Blue) = 32+150+155=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #20969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20969B is #DF6964. Grayscale: #737373. Windows color (decimal): -14641509 or 10196512. OLE color: 10196512.

HSL color Cylindrical-coordinate representation of color #20969B: hue angle of 182.44º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20969B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 150 155 -
CMYK 0.79 0.03 0 0.39
HSL 182.44º 0.66% 0.37% -
HSV(B) 182.44º 0.79% 0.61% -
XYZ 17.42 24.49 34.82 -
YUV 115.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 32 150 155 0.79 0.03 0 0.39 182.44 0.66 0.37
Hex 20 96 9B 4F 3 0 27 B6 42 25
Octal 40 226 233 117 3 0 47 266 102 45
Binary 100000 10010110 10011011 1001111 11 0 100111 10110110 1000010 100101

Color Harmonies of #20969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20969B

Black with #20969B

Text Example


Text Example

White with #20969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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