Html Css Color HEX #21A599 Java

📋 copy color: '#21A599'

red 33 ◦ green 165 ◦ blue 153

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

Shades of Java #21A599

Tints of Java #21A599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 9.4%
G = 47.01%
B = 43.59%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#21A599 (or 0x21A599) is known color: Java. HEX triplet: 21, A5 and 99. RGB value is (33,165,153). Sum of RGB (Red+Green+Blue) = 33+165+153=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #21A599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A599 is #DE5A66. Grayscale: #7C7C7C. Windows color (decimal): -14572135 or 10069281. OLE color: 10069281.

HSL color Cylindrical-coordinate representation of color #21A599: hue angle of 174.55º 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 #21A599 is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 153 -
CMYK 0.8 0 0.07 0.35
HSL 174.55º 0.67% 0.39% -
HSV(B) 174.55º 0.8% 0.65% -
XYZ 19.83 29.53 34.79 -
YUV 124.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 33 165 153 0.8 0 0.07 0.35 174.55 0.67 0.39
Hex 21 A5 99 50 0 7 23 AF 43 27
Octal 41 245 231 120 0 7 43 257 103 47
Binary 100001 10100101 10011001 1010000 0 111 100011 10101111 1000011 100111

Color Harmonies of #21A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A599

Black with #21A599

Text Example


Text Example

White with #21A599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,153); }

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

background-color css

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

 a { background-color: rgb(33,165,153); }

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

border-color css

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

 span { border-color: rgb(33,165,153); }

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