Html Css Color HEX #217566 Deep Sea

📋 copy color: '#217566'

red 33 ◦ green 117 ◦ blue 102

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

Shades of Deep Sea #217566

Tints of Deep Sea #217566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 13.1%
G = 46.43%
B = 40.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#217566 (or 0x217566) is known color: Deep Sea. HEX triplet: 21, 75 and 66. RGB value is (33,117,102). Sum of RGB (Red+Green+Blue) = 33+117+102=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #217566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217566 is #DE8A99. Grayscale: #5A5A5A. Windows color (decimal): -14584474 or 6714657. OLE color: 6714657.

HSL color Cylindrical-coordinate representation of color #217566: hue angle of 169.29º 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 #217566 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 102 -
CMYK 0.72 0 0.13 0.54
HSL 169.29º 0.56% 0.29% -
HSV(B) 169.29º 0.72% 0.46% -
XYZ 9.39 14.01 14.78 -
YUV 90.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 33 117 102 0.72 0 0.13 0.54 169.29 0.56 0.29
Hex 21 75 66 48 0 D 36 A9 38 1D
Octal 41 165 146 110 0 15 66 251 70 35
Binary 100001 1110101 1100110 1001000 0 1101 110110 10101001 111000 11101

Color Harmonies of #217566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217566

Black with #217566

Text Example


Text Example

White with #217566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217566; }

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

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

background-color css

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

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

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

border-color css

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

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

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