Html Css Color HEX #217565 Deep Sea

📋 copy color: '#217565'

red 33 ◦ green 117 ◦ blue 101

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

Shades of Deep Sea #217565

Tints of Deep Sea #217565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 13.15%
G = 46.61%
B = 40.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#217565 (or 0x217565) is known color: Deep Sea. HEX triplet: 21, 75 and 65. RGB value is (33,117,101). Sum of RGB (Red+Green+Blue) = 33+117+101=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #217565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217565 is #DE8A9A. Grayscale: #5A5A5A. Windows color (decimal): -14584475 or 6649121. OLE color: 6649121.

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

Color convert

RGB 33 117 101 -
CMYK 0.72 0 0.14 0.54
HSL 168.57º 0.56% 0.29% -
HSV(B) 168.57º 0.72% 0.46% -
XYZ 9.34 13.99 14.52 -
YUV 90.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 33 117 101 0.72 0 0.14 0.54 168.57 0.56 0.29
Hex 21 75 65 48 0 E 36 A9 38 1D
Octal 41 165 145 110 0 16 66 251 70 35
Binary 100001 1110101 1100101 1001000 0 1110 110110 10101001 111000 11101

Color Harmonies of #217565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217565

Black with #217565

Text Example


Text Example

White with #217565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217565; }

 p { color: rgb(33,117,101); }

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

background-color css

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

 a { background-color: rgb(33,117,101); }

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

border-color css

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

 span { border-color: rgb(33,117,101); }

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