Html Css Color HEX #21A69D Java

📋 copy color: '#21A69D'

red 33 ◦ green 166 ◦ blue 157

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

Shades of Java #21A69D

Tints of Java #21A69D

RGB

 RED value IS 33 (13.28% from 255) = 9.27%

 GREEN value IS 166 (65.23% from 255) = 46.63%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 9.27%
G = 46.63%
B = 44.1%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#21A69D (or 0x21A69D) is known color: Java. HEX triplet: 21, A6 and 9D. RGB value is (33,166,157). Sum of RGB (Red+Green+Blue) = 33+166+157=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #21A69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A69D is #DE5962. Grayscale: #7D7D7D. Windows color (decimal): -14571875 or 10331681. OLE color: 10331681.

HSL color Cylindrical-coordinate representation of color #21A69D: hue angle of 175.94º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A69D is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 166 157 -
CMYK 0.80 0 0.05 0.35
HSL 175.94º 0.67% 0.39% -
HSV(B) 175.94º 0.8% 0.65% -
XYZ 20.35 30.03 36.62 -
YUV 125.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 33 166 157 0.80 0 0.05 0.35 175.94 0.67 0.39
Hex 21 A6 9D 50 0 5 23 B0 43 27
Octal 41 246 235 120 0 5 43 260 103 47
Binary 100001 10100110 10011101 1010000 0 101 100011 10110000 1000011 100111

Color Harmonies of #21A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A69D

Black with #21A69D

Text Example


Text Example

White with #21A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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