Html Css Color HEX #20948D Java

📋 copy color: '#20948D'

red 32 ◦ green 148 ◦ blue 141

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

Shades of Java #20948D

Tints of Java #20948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

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

R = 9.97%
G = 46.11%
B = 43.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#20948D (or 0x20948D) is known color: Java. HEX triplet: 20, 94 and 8D. RGB value is (32,148,141). Sum of RGB (Red+Green+Blue) = 32+148+141=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #20948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20948D is #DF6B72. Grayscale: #707070. Windows color (decimal): -14642035 or 9278496. OLE color: 9278496.

HSL color Cylindrical-coordinate representation of color #20948D: hue angle of 176.38º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20948D is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 148 141 -
CMYK 0.78 0 0.05 0.42
HSL 176.38º 0.64% 0.35% -
HSV(B) 176.38º 0.78% 0.58% -
XYZ 15.99 23.41 28.87 -
YUV 112.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 32 148 141 0.78 0 0.05 0.42 176.38 0.64 0.35
Hex 20 94 8D 4E 0 5 2A B0 40 23
Octal 40 224 215 116 0 5 52 260 100 43
Binary 100000 10010100 10001101 1001110 0 101 101010 10110000 1000000 100011

Color Harmonies of #20948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20948D

Black with #20948D

Text Example


Text Example

White with #20948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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