Html Css Color HEX #157D6B Deep Sea

📋 copy color: '#157D6B'

red 21 ◦ green 125 ◦ blue 107

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

Shades of Deep Sea #157D6B

Tints of Deep Sea #157D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.41%

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 8.3%
G = 49.41%
B = 42.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#157D6B (or 0x157D6B) is known color: Deep Sea. HEX triplet: 15, 7D and 6B. RGB value is (21,125,107). Sum of RGB (Red+Green+Blue) = 21+125+107=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #157D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D6B is #EA8294. Grayscale: #5B5B5B. Windows color (decimal): -15368853 or 7044373. OLE color: 7044373.

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

Color convert

RGB 21 125 107 -
CMYK 0.83 0 0.14 0.51
HSL 169.62º 0.71% 0.29% -
HSV(B) 169.62º 0.83% 0.49% -
XYZ 10.3 15.89 16.43 -
YUV 91.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 21 125 107 0.83 0 0.14 0.51 169.62 0.71 0.29
Hex 15 7D 6B 53 0 E 33 AA 47 1D
Octal 25 175 153 123 0 16 63 252 107 35
Binary 10101 1111101 1101011 1010011 0 1110 110011 10101010 1000111 11101

Color Harmonies of #157D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D6B

Black with #157D6B

Text Example


Text Example

White with #157D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,125,107); }

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

background-color css

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

 a { background-color: rgb(21,125,107); }

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

border-color css

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

 span { border-color: rgb(21,125,107); }

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