Html Css Color HEX #217661 Deep Sea

📋 copy color: '#217661'

red 33 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #217661

Tints of Deep Sea #217661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.58%

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

R = 13.31%
G = 47.58%
B = 39.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#217661 (or 0x217661) is known color: Deep Sea. HEX triplet: 21, 76 and 61. RGB value is (33,118,97). Sum of RGB (Red+Green+Blue) = 33+118+97=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #217661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217661 is #DE899E. Grayscale: #5A5A5A. Windows color (decimal): -14584223 or 6387233. OLE color: 6387233.

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

Color convert

RGB 33 118 97 -
CMYK 0.72 0 0.18 0.54
HSL 165.18º 0.56% 0.3% -
HSV(B) 165.18º 0.72% 0.46% -
XYZ 9.26 14.14 13.55 -
YUV 90.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 33 118 97 0.72 0 0.18 0.54 165.18 0.56 0.3
Hex 21 76 61 48 0 12 36 A5 38 1E
Octal 41 166 141 110 0 22 66 245 70 36
Binary 100001 1110110 1100001 1001000 0 10010 110110 10100101 111000 11110

Color Harmonies of #217661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217661

Black with #217661

Text Example


Text Example

White with #217661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217661; }

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

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

background-color css

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

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

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

border-color css

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

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

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