Html Css Color HEX #217460 Deep Sea

📋 copy color: '#217460'

red 33 ◦ green 116 ◦ blue 96

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

Shades of Deep Sea #217460

Tints of Deep Sea #217460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 13.47%
G = 47.35%
B = 39.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#217460 (or 0x217460) is known color: Deep Sea. HEX triplet: 21, 74 and 60. RGB value is (33,116,96). Sum of RGB (Red+Green+Blue) = 33+116+96=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #217460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217460 is #DE8B9F. Grayscale: #585858. Windows color (decimal): -14584736 or 6321185. OLE color: 6321185.

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

Color convert

RGB 33 116 96 -
CMYK 0.72 0 0.17 0.55
HSL 165.54º 0.56% 0.29% -
HSV(B) 165.54º 0.72% 0.45% -
XYZ 8.98 13.66 13.23 -
YUV 88.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 33 116 96 0.72 0 0.17 0.55 165.54 0.56 0.29
Hex 21 74 60 48 0 11 37 A6 38 1D
Octal 41 164 140 110 0 21 67 246 70 35
Binary 100001 1110100 1100000 1001000 0 10001 110111 10100110 111000 11101

Color Harmonies of #217460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217460

Black with #217460

Text Example


Text Example

White with #217460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217460; }

 p { color: rgb(33,116,96); }

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

background-color css

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

 a { background-color: rgb(33,116,96); }

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

border-color css

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

 span { border-color: rgb(33,116,96); }

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