Html Css Color HEX #209994 Java

📋 copy color: '#209994'

red 32 ◦ green 153 ◦ blue 148

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

Shades of Java #209994

Tints of Java #209994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 9.61%
G = 45.95%
B = 44.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#209994 (or 0x209994) is known color: Java. HEX triplet: 20, 99 and 94. RGB value is (32,153,148). Sum of RGB (Red+Green+Blue) = 32+153+148=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #209994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209994 is #DF666B. Grayscale: #747474. Windows color (decimal): -14640748 or 9738528. OLE color: 9738528.

HSL color Cylindrical-coordinate representation of color #209994: hue angle of 177.52º 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 #209994 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 148 -
CMYK 0.79 0 0.03 0.4
HSL 177.52º 0.65% 0.36% -
HSV(B) 177.52º 0.79% 0.6% -
XYZ 17.33 25.23 31.97 -
YUV 116.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 32 153 148 0.79 0 0.03 0.4 177.52 0.65 0.36
Hex 20 99 94 4F 0 3 28 B2 41 24
Octal 40 231 224 117 0 3 50 262 101 44
Binary 100000 10011001 10010100 1001111 0 11 101000 10110010 1000001 100100

Color Harmonies of #209994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209994

Black with #209994

Text Example


Text Example

White with #209994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209994; }

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

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

background-color css

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

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

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

border-color css

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

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

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