Html Css Color HEX #157762 Deep Sea

📋 copy color: '#157762'

red 21 ◦ green 119 ◦ blue 98

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

Shades of Deep Sea #157762

Tints of Deep Sea #157762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 8.82%
G = 50%
B = 41.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#157762 (or 0x157762) is known color: Deep Sea. HEX triplet: 15, 77 and 62. RGB value is (21,119,98). Sum of RGB (Red+Green+Blue) = 21+119+98=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #157762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157762 is #EA889D. Grayscale: #575757. Windows color (decimal): -15370398 or 6453013. OLE color: 6453013.

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

Color convert

RGB 21 119 98 -
CMYK 0.82 0 0.18 0.53
HSL 167.14º 0.7% 0.27% -
HSV(B) 167.14º 0.82% 0.47% -
XYZ 9.11 14.23 13.82 -
YUV 87.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 21 119 98 0.82 0 0.18 0.53 167.14 0.7 0.27
Hex 15 77 62 52 0 12 35 A7 46 1B
Octal 25 167 142 122 0 22 65 247 106 33
Binary 10101 1110111 1100010 1010010 0 10010 110101 10100111 1000110 11011

Color Harmonies of #157762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157762

Black with #157762

Text Example


Text Example

White with #157762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157762; }

 p { color: rgb(21,119,98); }

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

background-color css

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

 a { background-color: rgb(21,119,98); }

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

border-color css

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

 span { border-color: rgb(21,119,98); }

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