Html Css Color HEX #217D5E Deep Sea

📋 copy color: '#217D5E'

red 33 ◦ green 125 ◦ blue 94

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

Shades of Deep Sea #217D5E

Tints of Deep Sea #217D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.6%

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

R = 13.1%
G = 49.6%
B = 37.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#217D5E (or 0x217D5E) is known color: Deep Sea. HEX triplet: 21, 7D and 5E. RGB value is (33,125,94). Sum of RGB (Red+Green+Blue) = 33+125+94=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #217D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D5E is #DE82A1. Grayscale: #5D5D5D. Windows color (decimal): -14582434 or 6192417. OLE color: 6192417.

HSL color Cylindrical-coordinate representation of color #217D5E: hue angle of 159.78º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D5E is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 125 94 -
CMYK 0.74 0 0.25 0.51
HSL 159.78º 0.58% 0.31% -
HSV(B) 159.78º 0.74% 0.49% -
XYZ 9.98 15.8 13.11 -
YUV 93.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 33 125 94 0.74 0 0.25 0.51 159.78 0.58 0.31
Hex 21 7D 5E 4A 0 19 33 A0 3A 1F
Octal 41 175 136 112 0 31 63 240 72 37
Binary 100001 1111101 1011110 1001010 0 11001 110011 10100000 111010 11111

Color Harmonies of #217D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D5E

Black with #217D5E

Text Example


Text Example

White with #217D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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