Html Css Color HEX #20949C Java

📋 copy color: '#20949C'

red 32 ◦ green 148 ◦ blue 156

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

Shades of Java #20949C

Tints of Java #20949C

RGB

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

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

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

R = 9.52%
G = 44.05%
B = 46.43%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20949C (or 0x20949C) is known color: Java. HEX triplet: 20, 94 and 9C. RGB value is (32,148,156). Sum of RGB (Red+Green+Blue) = 32+148+156=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #20949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20949C is #DF6B63. Grayscale: #727272. Windows color (decimal): -14642020 or 10261536. OLE color: 10261536.

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

Color convert

RGB 32 148 156 -
CMYK 0.79 0.05 0 0.39
HSL 183.87º 0.66% 0.37% -
HSV(B) 183.87º 0.79% 0.61% -
XYZ 17.19 23.89 35.16 -
YUV 114.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 32 148 156 0.79 0.05 0 0.39 183.87 0.66 0.37
Hex 20 94 9C 4F 5 0 27 B8 42 25
Octal 40 224 234 117 5 0 47 270 102 45
Binary 100000 10010100 10011100 1001111 101 0 100111 10111000 1000010 100101

Color Harmonies of #20949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20949C

Black with #20949C

Text Example


Text Example

White with #20949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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