Html Css Color HEX #217466 Deep Sea

📋 copy color: '#217466'

red 33 ◦ green 116 ◦ blue 102

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

Shades of Deep Sea #217466

Tints of Deep Sea #217466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

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

R = 13.15%
G = 46.22%
B = 40.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#217466 (or 0x217466) is known color: Deep Sea. HEX triplet: 21, 74 and 66. RGB value is (33,116,102). Sum of RGB (Red+Green+Blue) = 33+116+102=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #217466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217466 is #DE8B99. Grayscale: #595959. Windows color (decimal): -14584730 or 6714401. OLE color: 6714401.

HSL color Cylindrical-coordinate representation of color #217466: hue angle of 169.88º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217466 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 116 102 -
CMYK 0.72 0 0.12 0.55
HSL 169.88º 0.56% 0.29% -
HSV(B) 169.88º 0.72% 0.45% -
XYZ 9.27 13.77 14.74 -
YUV 89.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 33 116 102 0.72 0 0.12 0.55 169.88 0.56 0.29
Hex 21 74 66 48 0 C 37 AA 38 1D
Octal 41 164 146 110 0 14 67 252 70 35
Binary 100001 1110100 1100110 1001000 0 1100 110111 10101010 111000 11101

Color Harmonies of #217466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217466

Black with #217466

Text Example


Text Example

White with #217466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217466; }

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

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

background-color css

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

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

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

border-color css

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

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

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