Html Css Color HEX #157870 Deep Sea

📋 copy color: '#157870'

red 21 ◦ green 120 ◦ blue 112

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

Shades of Deep Sea #157870

Tints of Deep Sea #157870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 8.3%
G = 47.43%
B = 44.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#157870 (or 0x157870) is known color: Deep Sea. HEX triplet: 15, 78 and 70. RGB value is (21,120,112). Sum of RGB (Red+Green+Blue) = 21+120+112=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #157870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157870 is #EA878F. Grayscale: #595959. Windows color (decimal): -15370128 or 7370773. OLE color: 7370773.

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

Color convert

RGB 21 120 112 -
CMYK 0.83 0 0.07 0.53
HSL 175.15º 0.7% 0.28% -
HSV(B) 175.15º 0.83% 0.47% -
XYZ 9.95 14.76 17.65 -
YUV 89.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 21 120 112 0.83 0 0.07 0.53 175.15 0.7 0.28
Hex 15 78 70 53 0 7 35 AF 46 1C
Octal 25 170 160 123 0 7 65 257 106 34
Binary 10101 1111000 1110000 1010011 0 111 110101 10101111 1000110 11100

Color Harmonies of #157870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157870

Black with #157870

Text Example


Text Example

White with #157870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157870; }

 p { color: rgb(21,120,112); }

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

background-color css

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

 a { background-color: rgb(21,120,112); }

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

border-color css

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

 span { border-color: rgb(21,120,112); }

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