Html Css Color HEX #21989E Java

📋 copy color: '#21989E'

red 33 ◦ green 152 ◦ blue 158

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

Shades of Java #21989E

Tints of Java #21989E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 9.62%
G = 44.31%
B = 46.06%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21989E (or 0x21989E) is known color: Java. HEX triplet: 21, 98 and 9E. RGB value is (33,152,158). Sum of RGB (Red+Green+Blue) = 33+152+158=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #21989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21989E is #DE6761. Grayscale: #747474. Windows color (decimal): -14575458 or 10393633. OLE color: 10393633.

HSL color Cylindrical-coordinate representation of color #21989E: hue angle of 182.88º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21989E is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 152 158 -
CMYK 0.79 0.04 0 0.38
HSL 182.88º 0.65% 0.37% -
HSV(B) 182.88º 0.79% 0.62% -
XYZ 18.03 25.25 36.27 -
YUV 117.1 151.08 68.01 -
System Red Green Blue C M Y K H S L
Decimal 33 152 158 0.79 0.04 0 0.38 182.88 0.65 0.37
Hex 21 98 9E 4F 4 0 26 B7 41 25
Octal 41 230 236 117 4 0 46 267 101 45
Binary 100001 10011000 10011110 1001111 100 0 100110 10110111 1000001 100101

Color Harmonies of #21989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21989E

Black with #21989E

Text Example


Text Example

White with #21989E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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