Html Css Color HEX #21988E Java

📋 copy color: '#21988E'

red 33 ◦ green 152 ◦ blue 142

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

Shades of Java #21988E

Tints of Java #21988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 10.09%
G = 46.48%
B = 43.43%

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

#21988E (or 0x21988E) is known color: Java. HEX triplet: 21, 98 and 8E. RGB value is (33,152,142). Sum of RGB (Red+Green+Blue) = 33+152+142=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #21988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21988E is #DE6771. Grayscale: #737373. Windows color (decimal): -14575474 or 9345057. OLE color: 9345057.

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

Color convert

RGB 33 152 142 -
CMYK 0.78 0 0.07 0.40
HSL 174.96º 0.64% 0.36% -
HSV(B) 174.96º 0.78% 0.6% -
XYZ 16.74 24.73 29.48 -
YUV 115.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 33 152 142 0.78 0 0.07 0.40 174.96 0.64 0.36
Hex 21 98 8E 4E 0 7 28 AF 40 24
Octal 41 230 216 116 0 7 50 257 100 44
Binary 100001 10011000 10001110 1001110 0 111 101000 10101111 1000000 100100

Color Harmonies of #21988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21988E

Black with #21988E

Text Example


Text Example

White with #21988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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