Html Css Color HEX #217768 Deep Sea

📋 copy color: '#217768'

red 33 ◦ green 119 ◦ blue 104

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

Shades of Deep Sea #217768

Tints of Deep Sea #217768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 12.89%
G = 46.48%
B = 40.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#217768 (or 0x217768) is known color: Deep Sea. HEX triplet: 21, 77 and 68. RGB value is (33,119,104). Sum of RGB (Red+Green+Blue) = 33+119+104=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #217768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217768 is #DE8897. Grayscale: #5B5B5B. Windows color (decimal): -14583960 or 6846241. OLE color: 6846241.

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

Color convert

RGB 33 119 104 -
CMYK 0.72 0 0.13 0.53
HSL 169.53º 0.57% 0.3% -
HSV(B) 169.53º 0.72% 0.47% -
XYZ 9.72 14.52 15.39 -
YUV 91.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 33 119 104 0.72 0 0.13 0.53 169.53 0.57 0.3
Hex 21 77 68 48 0 D 35 AA 39 1E
Octal 41 167 150 110 0 15 65 252 71 36
Binary 100001 1110111 1101000 1001000 0 1101 110101 10101010 111001 11110

Color Harmonies of #217768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217768

Black with #217768

Text Example


Text Example

White with #217768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217768; }

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

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

background-color css

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

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

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

border-color css

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

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

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