Html Css Color HEX #217474 Elm

📋 copy color: '#217474'

red 33 ◦ green 116 ◦ blue 116

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

Shades of Elm #217474

Tints of Elm #217474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 12.45%
G = 43.77%
B = 43.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#217474 (or 0x217474) is known color: Elm. HEX triplet: 21, 74 and 74. RGB value is (33,116,116). Sum of RGB (Red+Green+Blue) = 33+116+116=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #217474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217474 is #DE8B8B. Grayscale: #5B5B5B. Windows color (decimal): -14584716 or 7631905. OLE color: 7631905.

HSL color Cylindrical-coordinate representation of color #217474: hue angle of 180º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217474 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 116 -
CMYK 0.72 0 0 0.55
HSL 180º 0.56% 0.29% -
HSV(B) 180º 0.72% 0.45% -
XYZ 10.02 14.08 18.71 -
YUV 91.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 33 116 116 0.72 0 0 0.55 180 0.56 0.29
Hex 21 74 74 48 0 0 37 B4 38 1D
Octal 41 164 164 110 0 0 67 264 70 35
Binary 100001 1110100 1110100 1001000 0 0 110111 10110100 111000 11101

Color Harmonies of #217474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217474

Black with #217474

Text Example


Text Example

White with #217474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217474; }

 p { color: rgb(33,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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