Html Css Color HEX #217961 Deep Sea

📋 copy color: '#217961'

red 33 ◦ green 121 ◦ blue 97

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

Shades of Deep Sea #217961

Tints of Deep Sea #217961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 13.15%
G = 48.21%
B = 38.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#217961 (or 0x217961) is known color: Deep Sea. HEX triplet: 21, 79 and 61. RGB value is (33,121,97). Sum of RGB (Red+Green+Blue) = 33+121+97=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #217961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217961 is #DE869E. Grayscale: #5B5B5B. Windows color (decimal): -14583455 or 6388001. OLE color: 6388001.

HSL color Cylindrical-coordinate representation of color #217961: hue angle of 163.64º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217961 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 97 -
CMYK 0.73 0 0.20 0.53
HSL 163.64º 0.57% 0.3% -
HSV(B) 163.64º 0.73% 0.47% -
XYZ 9.62 14.86 13.67 -
YUV 91.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 33 121 97 0.73 0 0.20 0.53 163.64 0.57 0.3
Hex 21 79 61 49 0 14 35 A4 39 1E
Octal 41 171 141 111 0 24 65 244 71 36
Binary 100001 1111001 1100001 1001001 0 10100 110101 10100100 111001 11110

Color Harmonies of #217961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217961

Black with #217961

Text Example


Text Example

White with #217961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217961; }

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

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

background-color css

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

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

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

border-color css

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

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

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