Html Css Color HEX #217468 Deep Sea

📋 copy color: '#217468'

red 33 ◦ green 116 ◦ blue 104

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

Shades of Deep Sea #217468

Tints of Deep Sea #217468

RGB

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

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

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

R = 13.04%
G = 45.85%
B = 41.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#217468 (or 0x217468) is known color: Deep Sea. HEX triplet: 21, 74 and 68. RGB value is (33,116,104). Sum of RGB (Red+Green+Blue) = 33+116+104=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #217468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217468 is #DE8B97. Grayscale: #595959. Windows color (decimal): -14584728 or 6845473. OLE color: 6845473.

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

Color convert

RGB 33 116 104 -
CMYK 0.72 0 0.10 0.55
HSL 171.33º 0.56% 0.29% -
HSV(B) 171.33º 0.72% 0.45% -
XYZ 9.37 13.81 15.27 -
YUV 89.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 33 116 104 0.72 0 0.10 0.55 171.33 0.56 0.29
Hex 21 74 68 48 0 A 37 AB 38 1D
Octal 41 164 150 110 0 12 67 253 70 35
Binary 100001 1110100 1101000 1001000 0 1010 110111 10101011 111000 11101

Color Harmonies of #217468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217468

Black with #217468

Text Example


Text Example

White with #217468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217468; }

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

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

background-color css

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

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

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

border-color css

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

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

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