#21A29D

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

Shades of Java #21A29D

Tints of Java #21A29D

Color information

#21A29D (or 0x21A29D) is unknown color: approx Java. HEX triplet: 21, A2 and 9D. RGB value is (33,162,157). Sum of RGB (Red+Green+Blue) = 33+162+157=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #21A29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A29D is #DE5D62. Grayscale: #7A7A7A. Windows color (decimal): -14572899 or 10330657. OLE color: 10330657.

HSL color Cylindrical-coordinate representation of color #21A29D: hue angle of 177.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A29D is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB33162157-
CMYK0.8000.030.36
HSL177.67º66.15%38.24%-
HSV(B)177.67º79.63%63.53%-
XYZ19.6328.636.38-
YUV122.86147.2663.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=9.38%
G=46.02%
B=44.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621570.8000.030.36177.6766.1538.24
Hex21A29D500324b24226
Octal41242235120034426210246
Binary10000110100010100111011010000011100100101100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A29D; }

 p { color: rgb(33,162,157); }

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

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

 a { background-color: rgb(33,162,157); }

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

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

 span { border-color: rgb(33,162,157); }

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