#21989B

Color #21989B Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #21989B

Tints of Java #21989B

Color information

#21989B (or 0x21989B) is unknown color: approx Java. HEX triplet: 21, 98 and 9B. RGB value is (33,152,155). Sum of RGB (Red+Green+Blue) = 33+152+155=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #21989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21989B is #DE6764. Grayscale: #747474. Windows color (decimal): -14575461 or 10197025. OLE color: 10197025.

HSL color Cylindrical-coordinate representation of color #21989B: hue angle of 181.48º degrees, saturation: 0.65, 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 #21989B is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33152155-
CMYK0.790.0200.39
HSL181.48º64.89%36.86%-
HSV(B)181.48º78.71%60.78%-
XYZ17.7725.1534.93-
YUV116.76149.5868.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=9.71%
G=44.71%
B=45.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331521550.790.0200.39181.4864.8936.86
Hex21989B4F2027b54125
Octal41230233117204726510145
Binary10000110011000100110111001111100100111101101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21989B; }

 p { color: rgb(33,152,155); }

 H1.HeaderClassName
 {
   color: #21989B;
 }
 .AnyTagClassName
 {
   color: #21989B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,152,155); }

 div.DivClassName
 {
   background-color: #21989B;
 }
 .BgClassName
 {
   background-color: #21989B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,152,155); }

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