Html Css Color HEX #21898B Java

📋 copy color: '#21898B'

red 33 ◦ green 137 ◦ blue 139

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

Shades of Java #21898B

Tints of Java #21898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 10.68%
G = 44.34%
B = 44.98%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21898B (or 0x21898B) is known color: Java. HEX triplet: 21, 89 and 8B. RGB value is (33,137,139). Sum of RGB (Red+Green+Blue) = 33+137+139=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #21898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21898B is #DE7674. Grayscale: #6A6A6A. Windows color (decimal): -14579317 or 9144609. OLE color: 9144609.

HSL color Cylindrical-coordinate representation of color #21898B: hue angle of 181.13º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21898B is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 137 139 -
CMYK 0.76 0.01 0 0.45
HSL 181.13º 0.62% 0.34% -
HSV(B) 181.13º 0.76% 0.55% -
XYZ 14.23 20.08 27.55 -
YUV 106.13 146.54 75.84 -
System Red Green Blue C M Y K H S L
Decimal 33 137 139 0.76 0.01 0 0.45 181.13 0.62 0.34
Hex 21 89 8B 4C 1 0 2D B5 3E 22
Octal 41 211 213 114 1 0 55 265 76 42
Binary 100001 10001001 10001011 1001100 1 0 101101 10110101 111110 100010

Color Harmonies of #21898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21898B

Black with #21898B

Text Example


Text Example

White with #21898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21898B; }

 p { color: rgb(33,137,139); }

 H1.HeaderClassName
 {
   color: #21898B;
 }
 .AnyTagClassName
 {
   color: #21898B;
 }
</style>

background-color css

<style>
 a { background-color: #21898B; }

 a { background-color: rgb(33,137,139); }

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

border-color css

<style>
 span { border-color: #21898B; }

 span { border-color: rgb(33,137,139); }

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