Html Css Color HEX #21827B Elm

📋 copy color: '#21827B'

red 33 ◦ green 130 ◦ blue 123

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

Shades of Elm #21827B

Tints of Elm #21827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 11.54%
G = 45.45%
B = 43.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#21827B (or 0x21827B) is known color: Elm. HEX triplet: 21, 82 and 7B. RGB value is (33,130,123). Sum of RGB (Red+Green+Blue) = 33+130+123=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #21827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21827B is #DE7D84. Grayscale: #646464. Windows color (decimal): -14581125 or 8094241. OLE color: 8094241.

HSL color Cylindrical-coordinate representation of color #21827B: hue angle of 175.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21827B is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 123 -
CMYK 0.75 0 0.05 0.49
HSL 175.67º 0.6% 0.32% -
HSV(B) 175.67º 0.75% 0.51% -
XYZ 12.18 17.72 21.52 -
YUV 100.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 33 130 123 0.75 0 0.05 0.49 175.67 0.6 0.32
Hex 21 82 7B 4B 0 5 31 B0 3C 20
Octal 41 202 173 113 0 5 61 260 74 40
Binary 100001 10000010 1111011 1001011 0 101 110001 10110000 111100 100000

Color Harmonies of #21827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21827B

Black with #21827B

Text Example


Text Example

White with #21827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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