Html Css Color HEX #217164 Deep Sea

📋 copy color: '#217164'

red 33 ◦ green 113 ◦ blue 100

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

Shades of Deep Sea #217164

Tints of Deep Sea #217164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 13.41%
G = 45.93%
B = 40.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#217164 (or 0x217164) is known color: Deep Sea. HEX triplet: 21, 71 and 64. RGB value is (33,113,100). Sum of RGB (Red+Green+Blue) = 33+113+100=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #217164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217164 is #DE8E9B. Grayscale: #575757. Windows color (decimal): -14585500 or 6582561. OLE color: 6582561.

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

Color convert

RGB 33 113 100 -
CMYK 0.71 0 0.12 0.56
HSL 170.25º 0.55% 0.29% -
HSV(B) 170.25º 0.71% 0.44% -
XYZ 8.83 13.05 14.11 -
YUV 87.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 33 113 100 0.71 0 0.12 0.56 170.25 0.55 0.29
Hex 21 71 64 47 0 C 38 AA 37 1D
Octal 41 161 144 107 0 14 70 252 67 35
Binary 100001 1110001 1100100 1000111 0 1100 111000 10101010 110111 11101

Color Harmonies of #217164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217164

Black with #217164

Text Example


Text Example

White with #217164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217164; }

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

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

background-color css

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

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

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

border-color css

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

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

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