Html Css Color HEX #217C63 Deep Sea

📋 copy color: '#217C63'

red 33 ◦ green 124 ◦ blue 99

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

Shades of Deep Sea #217C63

Tints of Deep Sea #217C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 12.89%
G = 48.44%
B = 38.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#217C63 (or 0x217C63) is known color: Deep Sea. HEX triplet: 21, 7C and 63. RGB value is (33,124,99). Sum of RGB (Red+Green+Blue) = 33+124+99=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #217C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C63 is #DE839C. Grayscale: #5D5D5D. Windows color (decimal): -14582685 or 6519841. OLE color: 6519841.

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

Color convert

RGB 33 124 99 -
CMYK 0.73 0 0.20 0.51
HSL 163.52º 0.58% 0.31% -
HSV(B) 163.52º 0.73% 0.49% -
XYZ 10.09 15.64 14.29 -
YUV 93.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 33 124 99 0.73 0 0.20 0.51 163.52 0.58 0.31
Hex 21 7C 63 49 0 14 33 A4 3A 1F
Octal 41 174 143 111 0 24 63 244 72 37
Binary 100001 1111100 1100011 1001001 0 10100 110011 10100100 111010 11111

Color Harmonies of #217C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C63

Black with #217C63

Text Example


Text Example

White with #217C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,124,99); }

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

background-color css

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

 a { background-color: rgb(33,124,99); }

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

border-color css

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

 span { border-color: rgb(33,124,99); }

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