Html Css Color HEX #20969C Java

📋 copy color: '#20969C'

red 32 ◦ green 150 ◦ blue 156

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

Shades of Java #20969C

Tints of Java #20969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 9.47%
G = 44.38%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20969C (or 0x20969C) is known color: Java. HEX triplet: 20, 96 and 9C. RGB value is (32,150,156). Sum of RGB (Red+Green+Blue) = 32+150+156=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #20969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20969C is #DF6963. Grayscale: #737373. Windows color (decimal): -14641508 or 10262048. OLE color: 10262048.

HSL color Cylindrical-coordinate representation of color #20969C: hue angle of 182.9º 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 #20969C is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 150 156 -
CMYK 0.79 0.04 0 0.39
HSL 182.9º 0.66% 0.37% -
HSV(B) 182.9º 0.79% 0.61% -
XYZ 17.5 24.52 35.26 -
YUV 115.4 150.91 68.51 -
System Red Green Blue C M Y K H S L
Decimal 32 150 156 0.79 0.04 0 0.39 182.9 0.66 0.37
Hex 20 96 9C 4F 4 0 27 B7 42 25
Octal 40 226 234 117 4 0 47 267 102 45
Binary 100000 10010110 10011100 1001111 100 0 100111 10110111 1000010 100101

Color Harmonies of #20969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20969C

Black with #20969C

Text Example


Text Example

White with #20969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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