Html Css Color HEX #217062 Deep Sea

📋 copy color: '#217062'

red 33 ◦ green 112 ◦ blue 98

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

Shades of Deep Sea #217062

Tints of Deep Sea #217062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 13.58%
G = 46.09%
B = 40.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#217062 (or 0x217062) is known color: Deep Sea. HEX triplet: 21, 70 and 62. RGB value is (33,112,98). Sum of RGB (Red+Green+Blue) = 33+112+98=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #217062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217062 is #DE8F9D. Grayscale: #565656. Windows color (decimal): -14585758 or 6451233. OLE color: 6451233.

HSL color Cylindrical-coordinate representation of color #217062: hue angle of 169.37º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217062 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 112 98 -
CMYK 0.71 0 0.13 0.56
HSL 169.37º 0.54% 0.28% -
HSV(B) 169.37º 0.71% 0.44% -
XYZ 8.63 12.79 13.57 -
YUV 86.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 33 112 98 0.71 0 0.13 0.56 169.37 0.54 0.28
Hex 21 70 62 47 0 D 38 A9 36 1C
Octal 41 160 142 107 0 15 70 251 66 34
Binary 100001 1110000 1100010 1000111 0 1101 111000 10101001 110110 11100

Color Harmonies of #217062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217062

Black with #217062

Text Example


Text Example

White with #217062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217062; }

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

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

background-color css

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

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

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

border-color css

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

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

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