Html Css Color HEX #217360 Deep Sea

📋 copy color: '#217360'

red 33 ◦ green 115 ◦ blue 96

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

Shades of Deep Sea #217360

Tints of Deep Sea #217360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

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

R = 13.52%
G = 47.13%
B = 39.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#217360 (or 0x217360) is known color: Deep Sea. HEX triplet: 21, 73 and 60. RGB value is (33,115,96). Sum of RGB (Red+Green+Blue) = 33+115+96=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #217360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217360 is #DE8C9F. Grayscale: #585858. Windows color (decimal): -14584992 or 6320929. OLE color: 6320929.

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

Color convert

RGB 33 115 96 -
CMYK 0.71 0 0.17 0.55
HSL 166.1º 0.55% 0.29% -
HSV(B) 166.1º 0.71% 0.45% -
XYZ 8.87 13.43 13.19 -
YUV 88.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 33 115 96 0.71 0 0.17 0.55 166.1 0.55 0.29
Hex 21 73 60 47 0 11 37 A6 37 1D
Octal 41 163 140 107 0 21 67 246 67 35
Binary 100001 1110011 1100000 1000111 0 10001 110111 10100110 110111 11101

Color Harmonies of #217360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217360

Black with #217360

Text Example


Text Example

White with #217360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217360; }

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

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

background-color css

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

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

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

border-color css

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

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

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