Html Css Color HEX #21715F Deep Sea

📋 copy color: '#21715F'

red 33 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #21715F

Tints of Deep Sea #21715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 13.69%
G = 46.89%
B = 39.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#21715F (or 0x21715F) is known color: Deep Sea. HEX triplet: 21, 71 and 5F. RGB value is (33,113,95). Sum of RGB (Red+Green+Blue) = 33+113+95=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #21715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21715F is #DE8EA0. Grayscale: #575757. Windows color (decimal): -14585505 or 6254881. OLE color: 6254881.

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

Color convert

RGB 33 113 95 -
CMYK 0.71 0 0.16 0.56
HSL 166.5º 0.55% 0.29% -
HSV(B) 166.5º 0.71% 0.44% -
XYZ 8.6 12.96 12.87 -
YUV 87.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 33 113 95 0.71 0 0.16 0.56 166.5 0.55 0.29
Hex 21 71 5F 47 0 10 38 A6 37 1D
Octal 41 161 137 107 0 20 70 246 67 35
Binary 100001 1110001 1011111 1000111 0 10000 111000 10100110 110111 11101

Color Harmonies of #21715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21715F

Black with #21715F

Text Example


Text Example

White with #21715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21715F; }

 p { color: rgb(33,113,95); }

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

background-color css

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

 a { background-color: rgb(33,113,95); }

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

border-color css

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

 span { border-color: rgb(33,113,95); }

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