Html Css Color HEX #217969 Deep Sea

📋 copy color: '#217969'

red 33 ◦ green 121 ◦ blue 105

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

Shades of Deep Sea #217969

Tints of Deep Sea #217969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.72%

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

R = 12.74%
G = 46.72%
B = 40.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#217969 (or 0x217969) is known color: Deep Sea. HEX triplet: 21, 79 and 69. RGB value is (33,121,105). Sum of RGB (Red+Green+Blue) = 33+121+105=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #217969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217969 is #DE8696. Grayscale: #5C5C5C. Windows color (decimal): -14583447 or 6912289. OLE color: 6912289.

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

Color convert

RGB 33 121 105 -
CMYK 0.73 0 0.13 0.53
HSL 169.09º 0.57% 0.3% -
HSV(B) 169.09º 0.73% 0.47% -
XYZ 10.01 15.02 15.74 -
YUV 92.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 33 121 105 0.73 0 0.13 0.53 169.09 0.57 0.3
Hex 21 79 69 49 0 D 35 A9 39 1E
Octal 41 171 151 111 0 15 65 251 71 36
Binary 100001 1111001 1101001 1001001 0 1101 110101 10101001 111001 11110

Color Harmonies of #217969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217969

Black with #217969

Text Example


Text Example

White with #217969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217969; }

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

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

background-color css

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

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

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

border-color css

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

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

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