Html Css Color HEX #217964 Deep Sea

📋 copy color: '#217964'

red 33 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #217964

Tints of Deep Sea #217964

RGB

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

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

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

R = 12.99%
G = 47.64%
B = 39.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#217964 (or 0x217964) is known color: Deep Sea. HEX triplet: 21, 79 and 64. RGB value is (33,121,100). Sum of RGB (Red+Green+Blue) = 33+121+100=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #217964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217964 is #DE869B. Grayscale: #5C5C5C. Windows color (decimal): -14583452 or 6584609. OLE color: 6584609.

HSL color Cylindrical-coordinate representation of color #217964: hue angle of 165.68º 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 #217964 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 100 -
CMYK 0.73 0 0.17 0.53
HSL 165.68º 0.57% 0.3% -
HSV(B) 165.68º 0.73% 0.47% -
XYZ 9.76 14.92 14.42 -
YUV 92.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 33 121 100 0.73 0 0.17 0.53 165.68 0.57 0.3
Hex 21 79 64 49 0 11 35 A6 39 1E
Octal 41 171 144 111 0 21 65 246 71 36
Binary 100001 1111001 1100100 1001001 0 10001 110101 10100110 111001 11110

Color Harmonies of #217964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217964

Black with #217964

Text Example


Text Example

White with #217964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217964; }

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

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

background-color css

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

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

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

border-color css

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

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

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