Html Css Color HEX #217175 Atoll

📋 copy color: '#217175'

red 33 ◦ green 113 ◦ blue 117

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

Shades of Atoll #217175

Tints of Atoll #217175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 12.55%
G = 42.97%
B = 44.49%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#217175 (or 0x217175) is known color: Atoll. HEX triplet: 21, 71 and 75. RGB value is (33,113,117). Sum of RGB (Red+Green+Blue) = 33+113+117=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #217175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217175 is #DE8E8A. Grayscale: #595959. Windows color (decimal): -14585483 or 7696673. OLE color: 7696673.

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

Color convert

RGB 33 113 117 -
CMYK 0.72 0.03 0 0.54
HSL 182.86º 0.56% 0.29% -
HSV(B) 182.86º 0.72% 0.46% -
XYZ 9.74 13.42 18.91 -
YUV 89.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 33 113 117 0.72 0.03 0 0.54 182.86 0.56 0.29
Hex 21 71 75 48 3 0 36 B7 38 1D
Octal 41 161 165 110 3 0 66 267 70 35
Binary 100001 1110001 1110101 1001000 11 0 110110 10110111 111000 11101

Color Harmonies of #217175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217175

Black with #217175

Text Example


Text Example

White with #217175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217175; }

 p { color: rgb(33,113,117); }

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

background-color css

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

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

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

border-color css

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

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

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