Html Css Color HEX #21887B Elm

📋 copy color: '#21887B'

red 33 ◦ green 136 ◦ blue 123

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

Shades of Elm #21887B

Tints of Elm #21887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.58%

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 11.3%
G = 46.58%
B = 42.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#21887B (or 0x21887B) is known color: Elm. HEX triplet: 21, 88 and 7B. RGB value is (33,136,123). Sum of RGB (Red+Green+Blue) = 33+136+123=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #21887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21887B is #DE7784. Grayscale: #676767. Windows color (decimal): -14579589 or 8095777. OLE color: 8095777.

HSL color Cylindrical-coordinate representation of color #21887B: hue angle of 172.43º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21887B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 136 123 -
CMYK 0.76 0 0.10 0.47
HSL 172.43º 0.61% 0.33% -
HSV(B) 172.43º 0.76% 0.53% -
XYZ 13.01 19.36 21.79 -
YUV 103.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 33 136 123 0.76 0 0.10 0.47 172.43 0.61 0.33
Hex 21 88 7B 4C 0 A 2F AC 3D 21
Octal 41 210 173 114 0 12 57 254 75 41
Binary 100001 10001000 1111011 1001100 0 1010 101111 10101100 111101 100001

Color Harmonies of #21887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21887B

Black with #21887B

Text Example


Text Example

White with #21887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,136,123); }

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

background-color css

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

 a { background-color: rgb(33,136,123); }

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

border-color css

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

 span { border-color: rgb(33,136,123); }

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