Html Css Color HEX #217061 Deep Sea

📋 copy color: '#217061'

red 33 ◦ green 112 ◦ blue 97

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

Shades of Deep Sea #217061

Tints of Deep Sea #217061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 13.64%
G = 46.28%
B = 40.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#217061 (or 0x217061) is known color: Deep Sea. HEX triplet: 21, 70 and 61. RGB value is (33,112,97). Sum of RGB (Red+Green+Blue) = 33+112+97=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #217061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217061 is #DE8F9E. Grayscale: #565656. Windows color (decimal): -14585759 or 6385697. OLE color: 6385697.

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

Color convert

RGB 33 112 97 -
CMYK 0.71 0 0.13 0.56
HSL 168.61º 0.54% 0.28% -
HSV(B) 168.61º 0.71% 0.44% -
XYZ 8.58 12.77 13.32 -
YUV 86.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 33 112 97 0.71 0 0.13 0.56 168.61 0.54 0.28
Hex 21 70 61 47 0 D 38 A9 36 1C
Octal 41 160 141 107 0 15 70 251 66 34
Binary 100001 1110000 1100001 1000111 0 1101 111000 10101001 110110 11100

Color Harmonies of #217061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217061

Black with #217061

Text Example


Text Example

White with #217061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217061; }

 p { color: rgb(33,112,97); }

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

background-color css

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

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

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

border-color css

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

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

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