Html Css Color HEX #157665 Deep Sea

📋 copy color: '#157665'

red 21 ◦ green 118 ◦ blue 101

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

Shades of Deep Sea #157665

Tints of Deep Sea #157665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 8.75%
G = 49.17%
B = 42.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#157665 (or 0x157665) is known color: Deep Sea. HEX triplet: 15, 76 and 65. RGB value is (21,118,101). Sum of RGB (Red+Green+Blue) = 21+118+101=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #157665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157665 is #EA899A. Grayscale: #575757. Windows color (decimal): -15370651 or 6649365. OLE color: 6649365.

HSL color Cylindrical-coordinate representation of color #157665: hue angle of 169.48º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157665 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 101 -
CMYK 0.82 0 0.14 0.54
HSL 169.48º 0.7% 0.27% -
HSV(B) 169.48º 0.82% 0.46% -
XYZ 9.14 14.06 14.54 -
YUV 87.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 21 118 101 0.82 0 0.14 0.54 169.48 0.7 0.27
Hex 15 76 65 52 0 E 36 A9 46 1B
Octal 25 166 145 122 0 16 66 251 106 33
Binary 10101 1110110 1100101 1010010 0 1110 110110 10101001 1000110 11011

Color Harmonies of #157665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157665

Black with #157665

Text Example


Text Example

White with #157665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157665; }

 p { color: rgb(21,118,101); }

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

background-color css

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

 a { background-color: rgb(21,118,101); }

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

border-color css

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

 span { border-color: rgb(21,118,101); }

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