Html Css Color HEX #20998D Java

📋 copy color: '#20998D'

red 32 ◦ green 153 ◦ blue 141

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

Shades of Java #20998D

Tints of Java #20998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 9.82%
G = 46.93%
B = 43.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#20998D (or 0x20998D) is known color: Java. HEX triplet: 20, 99 and 8D. RGB value is (32,153,141). Sum of RGB (Red+Green+Blue) = 32+153+141=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #20998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20998D is #DF6672. Grayscale: #737373. Windows color (decimal): -14640755 or 9279776. OLE color: 9279776.

HSL color Cylindrical-coordinate representation of color #20998D: hue angle of 174.05º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20998D is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 141 -
CMYK 0.79 0 0.08 0.4
HSL 174.05º 0.65% 0.36% -
HSV(B) 174.05º 0.79% 0.6% -
XYZ 16.79 25.01 29.14 -
YUV 115.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 32 153 141 0.79 0 0.08 0.4 174.05 0.65 0.36
Hex 20 99 8D 4F 0 8 28 AE 41 24
Octal 40 231 215 117 0 10 50 256 101 44
Binary 100000 10011001 10001101 1001111 0 1000 101000 10101110 1000001 100100

Color Harmonies of #20998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20998D

Black with #20998D

Text Example


Text Example

White with #20998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20998D; }

 p { color: rgb(32,153,141); }

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

background-color css

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

 a { background-color: rgb(32,153,141); }

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

border-color css

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

 span { border-color: rgb(32,153,141); }

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