Html Css Color HEX #15745F Deep Sea

📋 copy color: '#15745F'

red 21 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #15745F

Tints of Deep Sea #15745F

RGB

 RED value IS 21 (8.59% from 255) = 9.05%

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 9.05%
G = 50%
B = 40.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#15745F (or 0x15745F) is known color: Deep Sea. HEX triplet: 15, 74 and 5F. RGB value is (21,116,95). Sum of RGB (Red+Green+Blue) = 21+116+95=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #15745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15745F is #EA8BA0. Grayscale: #555555. Windows color (decimal): -15371169 or 6255637. OLE color: 6255637.

HSL color Cylindrical-coordinate representation of color #15745F: hue angle of 166.74º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15745F is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 95 -
CMYK 0.82 0 0.18 0.55
HSL 166.74º 0.69% 0.27% -
HSV(B) 166.74º 0.82% 0.45% -
XYZ 8.62 13.48 12.97 -
YUV 85.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 21 116 95 0.82 0 0.18 0.55 166.74 0.69 0.27
Hex 15 74 5F 52 0 12 37 A7 45 1B
Octal 25 164 137 122 0 22 67 247 105 33
Binary 10101 1110100 1011111 1010010 0 10010 110111 10100111 1000101 11011

Color Harmonies of #15745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15745F

Black with #15745F

Text Example


Text Example

White with #15745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,116,95); }

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

background-color css

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

 a { background-color: rgb(21,116,95); }

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

border-color css

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

 span { border-color: rgb(21,116,95); }

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