Html Css Color HEX #217467 Deep Sea

📋 copy color: '#217467'

red 33 ◦ green 116 ◦ blue 103

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

Shades of Deep Sea #217467

Tints of Deep Sea #217467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 13.1%
G = 46.03%
B = 40.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#217467 (or 0x217467) is known color: Deep Sea. HEX triplet: 21, 74 and 67. RGB value is (33,116,103). Sum of RGB (Red+Green+Blue) = 33+116+103=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #217467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217467 is #DE8B98. Grayscale: #595959. Windows color (decimal): -14584729 or 6779937. OLE color: 6779937.

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

Color convert

RGB 33 116 103 -
CMYK 0.72 0 0.11 0.55
HSL 170.6º 0.56% 0.29% -
HSV(B) 170.6º 0.72% 0.45% -
XYZ 9.32 13.79 15 -
YUV 89.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 33 116 103 0.72 0 0.11 0.55 170.6 0.56 0.29
Hex 21 74 67 48 0 B 37 AB 38 1D
Octal 41 164 147 110 0 13 67 253 70 35
Binary 100001 1110100 1100111 1001000 0 1011 110111 10101011 111000 11101

Color Harmonies of #217467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217467

Black with #217467

Text Example


Text Example

White with #217467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217467; }

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

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

background-color css

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

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

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

border-color css

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

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

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