Html Css Color HEX #217375 Atoll

📋 copy color: '#217375'

red 33 ◦ green 115 ◦ blue 117

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

Shades of Atoll #217375

Tints of Atoll #217375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 12.45%
G = 43.4%
B = 44.15%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#217375 (or 0x217375) is known color: Atoll. HEX triplet: 21, 73 and 75. RGB value is (33,115,117). Sum of RGB (Red+Green+Blue) = 33+115+117=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #217375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217375 is #DE8C8A. Grayscale: #5A5A5A. Windows color (decimal): -14584971 or 7697185. OLE color: 7697185.

HSL color Cylindrical-coordinate representation of color #217375: hue angle of 181.43º 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 #217375 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 115 117 -
CMYK 0.72 0.02 0 0.54
HSL 181.43º 0.56% 0.29% -
HSV(B) 181.43º 0.72% 0.46% -
XYZ 9.97 13.87 18.98 -
YUV 90.71 142.83 86.84 -
System Red Green Blue C M Y K H S L
Decimal 33 115 117 0.72 0.02 0 0.54 181.43 0.56 0.29
Hex 21 73 75 48 2 0 36 B5 38 1D
Octal 41 163 165 110 2 0 66 265 70 35
Binary 100001 1110011 1110101 1001000 10 0 110110 10110101 111000 11101

Color Harmonies of #217375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217375

Black with #217375

Text Example


Text Example

White with #217375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217375; }

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

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

background-color css

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

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

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

border-color css

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

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

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