Html Css Color HEX #21857C Elm

📋 copy color: '#21857C'

red 33 ◦ green 133 ◦ blue 124

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

Shades of Elm #21857C

Tints of Elm #21857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 11.38%
G = 45.86%
B = 42.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#21857C (or 0x21857C) is known color: Elm. HEX triplet: 21, 85 and 7C. RGB value is (33,133,124). Sum of RGB (Red+Green+Blue) = 33+133+124=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #21857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21857C is #DE7A83. Grayscale: #666666. Windows color (decimal): -14580356 or 8160545. OLE color: 8160545.

HSL color Cylindrical-coordinate representation of color #21857C: hue angle of 174.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21857C is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 124 -
CMYK 0.75 0 0.07 0.48
HSL 174.6º 0.6% 0.33% -
HSV(B) 174.6º 0.75% 0.52% -
XYZ 12.65 18.55 21.98 -
YUV 102.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 33 133 124 0.75 0 0.07 0.48 174.6 0.6 0.33
Hex 21 85 7C 4B 0 7 30 AF 3C 21
Octal 41 205 174 113 0 7 60 257 74 41
Binary 100001 10000101 1111100 1001011 0 111 110000 10101111 111100 100001

Color Harmonies of #21857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21857C

Black with #21857C

Text Example


Text Example

White with #21857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21857C; }

 p { color: rgb(33,133,124); }

 H1.HeaderClassName
 {
   color: #21857C;
 }
 .AnyTagClassName
 {
   color: #21857C;
 }
</style>

background-color css

<style>
 a { background-color: #21857C; }

 a { background-color: rgb(33,133,124); }

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

border-color css

<style>
 span { border-color: #21857C; }

 span { border-color: rgb(33,133,124); }

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