Html Css Color HEX #21998D Java

📋 copy color: '#21998D'

red 33 ◦ green 153 ◦ blue 141

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

Shades of Java #21998D

Tints of Java #21998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.79%

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 10.09%
G = 46.79%
B = 43.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#21998D (or 0x21998D) is known color: Java. HEX triplet: 21, 99 and 8D. RGB value is (33,153,141). Sum of RGB (Red+Green+Blue) = 33+153+141=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #21998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21998D is #DE6672. Grayscale: #737373. Windows color (decimal): -14575219 or 9279777. OLE color: 9279777.

HSL color Cylindrical-coordinate representation of color #21998D: hue angle of 174º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21998D is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 141 -
CMYK 0.78 0 0.08 0.4
HSL 174º 0.65% 0.36% -
HSV(B) 174º 0.78% 0.6% -
XYZ 16.83 25.03 29.14 -
YUV 115.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 33 153 141 0.78 0 0.08 0.4 174 0.65 0.36
Hex 21 99 8D 4E 0 8 28 AE 41 24
Octal 41 231 215 116 0 10 50 256 101 44
Binary 100001 10011001 10001101 1001110 0 1000 101000 10101110 1000001 100100

Color Harmonies of #21998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21998D

Black with #21998D

Text Example


Text Example

White with #21998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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