Html Css Color HEX #217262 Deep Sea

📋 copy color: '#217262'

red 33 ◦ green 114 ◦ blue 98

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

Shades of Deep Sea #217262

Tints of Deep Sea #217262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 13.47%
G = 46.53%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#217262 (or 0x217262) is known color: Deep Sea. HEX triplet: 21, 72 and 62. RGB value is (33,114,98). Sum of RGB (Red+Green+Blue) = 33+114+98=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #217262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217262 is #DE8D9D. Grayscale: #575757. Windows color (decimal): -14585246 or 6451745. OLE color: 6451745.

HSL color Cylindrical-coordinate representation of color #217262: hue angle of 168.15º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217262 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 114 98 -
CMYK 0.71 0 0.14 0.55
HSL 168.15º 0.55% 0.29% -
HSV(B) 168.15º 0.71% 0.45% -
XYZ 8.85 13.24 13.64 -
YUV 87.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 33 114 98 0.71 0 0.14 0.55 168.15 0.55 0.29
Hex 21 72 62 47 0 E 37 A8 37 1D
Octal 41 162 142 107 0 16 67 250 67 35
Binary 100001 1110010 1100010 1000111 0 1110 110111 10101000 110111 11101

Color Harmonies of #217262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217262

Black with #217262

Text Example


Text Example

White with #217262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217262; }

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

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

background-color css

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

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

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

border-color css

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

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

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