Html Css Color HEX #157E6D Deep Sea

📋 copy color: '#157E6D'

red 21 ◦ green 126 ◦ blue 109

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

Shades of Deep Sea #157E6D

Tints of Deep Sea #157E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 8.2%
G = 49.22%
B = 42.58%

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

#157E6D (or 0x157E6D) is known color: Deep Sea. HEX triplet: 15, 7E and 6D. RGB value is (21,126,109). Sum of RGB (Red+Green+Blue) = 21+126+109=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #157E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E6D is #EA8192. Grayscale: #5C5C5C. Windows color (decimal): -15368595 or 7175701. OLE color: 7175701.

HSL color Cylindrical-coordinate representation of color #157E6D: hue angle of 170.29º 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 #157E6D is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 109 -
CMYK 0.83 0 0.13 0.51
HSL 170.29º 0.71% 0.29% -
HSV(B) 170.29º 0.83% 0.49% -
XYZ 10.53 16.19 17.04 -
YUV 92.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 21 126 109 0.83 0 0.13 0.51 170.29 0.71 0.29
Hex 15 7E 6D 53 0 D 33 AA 47 1D
Octal 25 176 155 123 0 15 63 252 107 35
Binary 10101 1111110 1101101 1010011 0 1101 110011 10101010 1000111 11101

Color Harmonies of #157E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E6D

Black with #157E6D

Text Example


Text Example

White with #157E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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