Html Css Color HEX #21988F Java

📋 copy color: '#21988F'

red 33 ◦ green 152 ◦ blue 143

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

Shades of Java #21988F

Tints of Java #21988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 10.06%
G = 46.34%
B = 43.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#21988F (or 0x21988F) is known color: Java. HEX triplet: 21, 98 and 8F. RGB value is (33,152,143). Sum of RGB (Red+Green+Blue) = 33+152+143=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #21988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988F is #DE6770. Grayscale: #737373. Windows color (decimal): -14575473 or 9410593. OLE color: 9410593.

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

Color convert

RGB 33 152 143 -
CMYK 0.78 0 0.06 0.40
HSL 175.46º 0.64% 0.36% -
HSV(B) 175.46º 0.78% 0.6% -
XYZ 16.81 24.76 29.88 -
YUV 115.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 33 152 143 0.78 0 0.06 0.40 175.46 0.64 0.36
Hex 21 98 8F 4E 0 6 28 AF 40 24
Octal 41 230 217 116 0 6 50 257 100 44
Binary 100001 10011000 10001111 1001110 0 110 101000 10101111 1000000 100100

Color Harmonies of #21988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21988F

Black with #21988F

Text Example


Text Example

White with #21988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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