Html Css Color HEX #217A5E Deep Sea

📋 copy color: '#217A5E'

red 33 ◦ green 122 ◦ blue 94

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

Shades of Deep Sea #217A5E

Tints of Deep Sea #217A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 13.25%
G = 49%
B = 37.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#217A5E (or 0x217A5E) is known color: Deep Sea. HEX triplet: 21, 7A and 5E. RGB value is (33,122,94). Sum of RGB (Red+Green+Blue) = 33+122+94=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #217A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A5E is #DE85A1. Grayscale: #5C5C5C. Windows color (decimal): -14583202 or 6191649. OLE color: 6191649.

HSL color Cylindrical-coordinate representation of color #217A5E: hue angle of 161.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A5E is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 122 94 -
CMYK 0.73 0 0.23 0.52
HSL 161.12º 0.57% 0.3% -
HSV(B) 161.12º 0.73% 0.48% -
XYZ 9.61 15.05 12.99 -
YUV 92.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 33 122 94 0.73 0 0.23 0.52 161.12 0.57 0.3
Hex 21 7A 5E 49 0 17 34 A1 39 1E
Octal 41 172 136 111 0 27 64 241 71 36
Binary 100001 1111010 1011110 1001001 0 10111 110100 10100001 111001 11110

Color Harmonies of #217A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217A5E

Black with #217A5E

Text Example


Text Example

White with #217A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217A5E; }

 p { color: rgb(33,122,94); }

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

background-color css

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

 a { background-color: rgb(33,122,94); }

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

border-color css

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

 span { border-color: rgb(33,122,94); }

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