Html Css Color HEX #208990 Java

📋 copy color: '#208990'

red 32 ◦ green 137 ◦ blue 144

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

Shades of Java #208990

Tints of Java #208990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 10.22%
G = 43.77%
B = 46.01%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#208990 (or 0x208990) is known color: Java. HEX triplet: 20, 89 and 90. RGB value is (32,137,144). Sum of RGB (Red+Green+Blue) = 32+137+144=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #208990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208990 is #DF766F. Grayscale: #6A6A6A. Windows color (decimal): -14644848 or 9472288. OLE color: 9472288.

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

Color convert

RGB 32 137 144 -
CMYK 0.78 0.05 0 0.44
HSL 183.75º 0.64% 0.35% -
HSV(B) 183.75º 0.78% 0.56% -
XYZ 14.58 20.21 29.52 -
YUV 106.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 32 137 144 0.78 0.05 0 0.44 183.75 0.64 0.35
Hex 20 89 90 4E 5 0 2C B8 40 23
Octal 40 211 220 116 5 0 54 270 100 43
Binary 100000 10001001 10010000 1001110 101 0 101100 10111000 1000000 100011

Color Harmonies of #208990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208990

Black with #208990

Text Example


Text Example

White with #208990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208990; }

 p { color: rgb(32,137,144); }

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

background-color css

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

 a { background-color: rgb(32,137,144); }

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

border-color css

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

 span { border-color: rgb(32,137,144); }

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