Html Css Color HEX #217962 Deep Sea

📋 copy color: '#217962'

red 33 ◦ green 121 ◦ blue 98

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

Shades of Deep Sea #217962

Tints of Deep Sea #217962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 13.1%
G = 48.02%
B = 38.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#217962 (or 0x217962) is known color: Deep Sea. HEX triplet: 21, 79 and 62. RGB value is (33,121,98). Sum of RGB (Red+Green+Blue) = 33+121+98=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #217962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217962 is #DE869D. Grayscale: #5C5C5C. Windows color (decimal): -14583454 or 6453537. OLE color: 6453537.

HSL color Cylindrical-coordinate representation of color #217962: hue angle of 164.32º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217962 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 121 98 -
CMYK 0.73 0 0.19 0.53
HSL 164.32º 0.57% 0.3% -
HSV(B) 164.32º 0.73% 0.47% -
XYZ 9.67 14.88 13.92 -
YUV 92.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 33 121 98 0.73 0 0.19 0.53 164.32 0.57 0.3
Hex 21 79 62 49 0 13 35 A4 39 1E
Octal 41 171 142 111 0 23 65 244 71 36
Binary 100001 1111001 1100010 1001001 0 10011 110101 10100100 111001 11110

Color Harmonies of #217962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217962

Black with #217962

Text Example


Text Example

White with #217962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217962; }

 p { color: rgb(33,121,98); }

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

background-color css

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

 a { background-color: rgb(33,121,98); }

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

border-color css

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

 span { border-color: rgb(33,121,98); }

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