Html Css Color HEX #217769 Deep Sea

📋 copy color: '#217769'

red 33 ◦ green 119 ◦ blue 105

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

Shades of Deep Sea #217769

Tints of Deep Sea #217769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 12.84%
G = 46.3%
B = 40.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#217769 (or 0x217769) is known color: Deep Sea. HEX triplet: 21, 77 and 69. RGB value is (33,119,105). Sum of RGB (Red+Green+Blue) = 33+119+105=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #217769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217769 is #DE8896. Grayscale: #5B5B5B. Windows color (decimal): -14583959 or 6911777. OLE color: 6911777.

HSL color Cylindrical-coordinate representation of color #217769: hue angle of 170.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217769 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 119 105 -
CMYK 0.72 0 0.12 0.53
HSL 170.23º 0.57% 0.3% -
HSV(B) 170.23º 0.72% 0.47% -
XYZ 9.77 14.54 15.66 -
YUV 91.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 33 119 105 0.72 0 0.12 0.53 170.23 0.57 0.3
Hex 21 77 69 48 0 C 35 AA 39 1E
Octal 41 167 151 110 0 14 65 252 71 36
Binary 100001 1110111 1101001 1001000 0 1100 110101 10101010 111001 11110

Color Harmonies of #217769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217769

Black with #217769

Text Example


Text Example

White with #217769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217769; }

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

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

background-color css

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

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

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

border-color css

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

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

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