Html Css Color HEX #217B66 Deep Sea

📋 copy color: '#217B66'

red 33 ◦ green 123 ◦ blue 102

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

Shades of Deep Sea #217B66

Tints of Deep Sea #217B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.67%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 12.79%
G = 47.67%
B = 39.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#217B66 (or 0x217B66) is known color: Deep Sea. HEX triplet: 21, 7B and 66. RGB value is (33,123,102). Sum of RGB (Red+Green+Blue) = 33+123+102=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #217B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B66 is #DE8499. Grayscale: #5D5D5D. Windows color (decimal): -14582938 or 6716193. OLE color: 6716193.

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

Color convert

RGB 33 123 102 -
CMYK 0.73 0 0.17 0.52
HSL 166º 0.58% 0.31% -
HSV(B) 166º 0.73% 0.48% -
XYZ 10.11 15.45 15.02 -
YUV 93.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 33 123 102 0.73 0 0.17 0.52 166 0.58 0.31
Hex 21 7B 66 49 0 11 34 A6 3A 1F
Octal 41 173 146 111 0 21 64 246 72 37
Binary 100001 1111011 1100110 1001001 0 10001 110100 10100110 111010 11111

Color Harmonies of #217B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B66

Black with #217B66

Text Example


Text Example

White with #217B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,123,102); }

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

background-color css

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

 a { background-color: rgb(33,123,102); }

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

border-color css

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

 span { border-color: rgb(33,123,102); }

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