Html Css Color HEX #157E6E Deep Sea

📋 copy color: '#157E6E'

red 21 ◦ green 126 ◦ blue 110

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

Shades of Deep Sea #157E6E

Tints of Deep Sea #157E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.03%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 8.17%
G = 49.03%
B = 42.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#157E6E (or 0x157E6E) is known color: Deep Sea. HEX triplet: 15, 7E and 6E. RGB value is (21,126,110). Sum of RGB (Red+Green+Blue) = 21+126+110=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #157E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E6E is #EA8191. Grayscale: #5C5C5C. Windows color (decimal): -15368594 or 7241237. OLE color: 7241237.

HSL color Cylindrical-coordinate representation of color #157E6E: hue angle of 170.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157E6E is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 110 -
CMYK 0.83 0 0.13 0.51
HSL 170.86º 0.71% 0.29% -
HSV(B) 170.86º 0.83% 0.49% -
XYZ 10.58 16.21 17.32 -
YUV 92.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 21 126 110 0.83 0 0.13 0.51 170.86 0.71 0.29
Hex 15 7E 6E 53 0 D 33 AB 47 1D
Octal 25 176 156 123 0 15 63 253 107 35
Binary 10101 1111110 1101110 1010011 0 1101 110011 10101011 1000111 11101

Color Harmonies of #157E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E6E

Black with #157E6E

Text Example


Text Example

White with #157E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157E6E; }

 p { color: rgb(21,126,110); }

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

background-color css

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

 a { background-color: rgb(21,126,110); }

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

border-color css

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

 span { border-color: rgb(21,126,110); }

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