Html Css Color HEX #217669 Deep Sea

📋 copy color: '#217669'

red 33 ◦ green 118 ◦ blue 105

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

Shades of Deep Sea #217669

Tints of Deep Sea #217669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 12.89%
G = 46.09%
B = 41.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#217669 (or 0x217669) is known color: Deep Sea. HEX triplet: 21, 76 and 69. RGB value is (33,118,105). Sum of RGB (Red+Green+Blue) = 33+118+105=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #217669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217669 is #DE8996. Grayscale: #5B5B5B. Windows color (decimal): -14584215 or 6911521. OLE color: 6911521.

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

Color convert

RGB 33 118 105 -
CMYK 0.72 0 0.11 0.54
HSL 170.82º 0.56% 0.3% -
HSV(B) 170.82º 0.72% 0.46% -
XYZ 9.66 14.3 15.62 -
YUV 91.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 33 118 105 0.72 0 0.11 0.54 170.82 0.56 0.3
Hex 21 76 69 48 0 B 36 AB 38 1E
Octal 41 166 151 110 0 13 66 253 70 36
Binary 100001 1110110 1101001 1001000 0 1011 110110 10101011 111000 11110

Color Harmonies of #217669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217669

Black with #217669

Text Example


Text Example

White with #217669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217669; }

 p { color: rgb(33,118,105); }

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

background-color css

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

 a { background-color: rgb(33,118,105); }

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

border-color css

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

 span { border-color: rgb(33,118,105); }

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