Html Css Color HEX #21988D Java

📋 copy color: '#21988D'

red 33 ◦ green 152 ◦ blue 141

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

Shades of Java #21988D

Tints of Java #21988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.63%

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

R = 10.12%
G = 46.63%
B = 43.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#21988D (or 0x21988D) is known color: Java. HEX triplet: 21, 98 and 8D. RGB value is (33,152,141). Sum of RGB (Red+Green+Blue) = 33+152+141=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #21988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988D is #DE6772. Grayscale: #737373. Windows color (decimal): -14575475 or 9279521. OLE color: 9279521.

HSL color Cylindrical-coordinate representation of color #21988D: hue angle of 174.45º degrees, saturation: 0.64, 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 #21988D is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 152 141 -
CMYK 0.78 0 0.07 0.40
HSL 174.45º 0.64% 0.36% -
HSV(B) 174.45º 0.78% 0.6% -
XYZ 16.66 24.7 29.09 -
YUV 115.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 33 152 141 0.78 0 0.07 0.40 174.45 0.64 0.36
Hex 21 98 8D 4E 0 7 28 AE 40 24
Octal 41 230 215 116 0 7 50 256 100 44
Binary 100001 10011000 10001101 1001110 0 111 101000 10101110 1000000 100100

Color Harmonies of #21988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21988D

Black with #21988D

Text Example


Text Example

White with #21988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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