Html Css Color HEX #21725F Deep Sea

📋 copy color: '#21725F'

red 33 ◦ green 114 ◦ blue 95

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

Shades of Deep Sea #21725F

Tints of Deep Sea #21725F

RGB

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

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

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

R = 13.64%
G = 47.11%
B = 39.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#21725F (or 0x21725F) is known color: Deep Sea. HEX triplet: 21, 72 and 5F. RGB value is (33,114,95). Sum of RGB (Red+Green+Blue) = 33+114+95=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #21725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21725F is #DE8DA0. Grayscale: #575757. Windows color (decimal): -14585249 or 6255137. OLE color: 6255137.

HSL color Cylindrical-coordinate representation of color #21725F: hue angle of 165.93º 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 #21725F is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 114 95 -
CMYK 0.71 0 0.17 0.55
HSL 165.93º 0.55% 0.29% -
HSV(B) 165.93º 0.71% 0.45% -
XYZ 8.71 13.18 12.91 -
YUV 87.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 33 114 95 0.71 0 0.17 0.55 165.93 0.55 0.29
Hex 21 72 5F 47 0 11 37 A6 37 1D
Octal 41 162 137 107 0 21 67 246 67 35
Binary 100001 1110010 1011111 1000111 0 10001 110111 10100110 110111 11101

Color Harmonies of #21725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21725F

Black with #21725F

Text Example


Text Example

White with #21725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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