Html Css Color HEX #15746C Deep Sea

📋 copy color: '#15746C'

red 21 ◦ green 116 ◦ blue 108

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

Shades of Deep Sea #15746C

Tints of Deep Sea #15746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 8.57%
G = 47.35%
B = 44.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#15746C (or 0x15746C) is known color: Deep Sea. HEX triplet: 15, 74 and 6C. RGB value is (21,116,108). Sum of RGB (Red+Green+Blue) = 21+116+108=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #15746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15746C is #EA8B93. Grayscale: #565656. Windows color (decimal): -15371156 or 7107605. OLE color: 7107605.

HSL color Cylindrical-coordinate representation of color #15746C: hue angle of 174.95º 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 #15746C is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 108 -
CMYK 0.82 0 0.07 0.55
HSL 174.95º 0.69% 0.27% -
HSV(B) 174.95º 0.82% 0.45% -
XYZ 9.26 13.73 16.35 -
YUV 86.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 21 116 108 0.82 0 0.07 0.55 174.95 0.69 0.27
Hex 15 74 6C 52 0 7 37 AF 45 1B
Octal 25 164 154 122 0 7 67 257 105 33
Binary 10101 1110100 1101100 1010010 0 111 110111 10101111 1000101 11011

Color Harmonies of #15746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15746C

Black with #15746C

Text Example


Text Example

White with #15746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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