Html Css Color HEX #217B5B Deep Sea

📋 copy color: '#217B5B'

red 33 ◦ green 123 ◦ blue 91

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

Shades of Deep Sea #217B5B

Tints of Deep Sea #217B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 13.36%
G = 49.8%
B = 36.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#217B5B (or 0x217B5B) is known color: Deep Sea. HEX triplet: 21, 7B and 5B. RGB value is (33,123,91). Sum of RGB (Red+Green+Blue) = 33+123+91=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #217B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B5B is #DE84A4. Grayscale: #5C5C5C. Windows color (decimal): -14582949 or 5995297. OLE color: 5995297.

HSL color Cylindrical-coordinate representation of color #217B5B: hue angle of 158.67º 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 #217B5B is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 123 91 -
CMYK 0.73 0 0.26 0.52
HSL 158.67º 0.58% 0.31% -
HSV(B) 158.67º 0.73% 0.48% -
XYZ 9.6 15.24 12.33 -
YUV 92.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 33 123 91 0.73 0 0.26 0.52 158.67 0.58 0.31
Hex 21 7B 5B 49 0 1A 34 9F 3A 1F
Octal 41 173 133 111 0 32 64 237 72 37
Binary 100001 1111011 1011011 1001001 0 11010 110100 10011111 111010 11111

Color Harmonies of #217B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B5B

Black with #217B5B

Text Example


Text Example

White with #217B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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