Html Css Color HEX #157B5C Deep Sea

📋 copy color: '#157B5C'

red 21 ◦ green 123 ◦ blue 92

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

Shades of Deep Sea #157B5C

Tints of Deep Sea #157B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 52.12%

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 8.9%
G = 52.12%
B = 38.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#157B5C (or 0x157B5C) is known color: Deep Sea. HEX triplet: 15, 7B and 5C. RGB value is (21,123,92). Sum of RGB (Red+Green+Blue) = 21+123+92=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #157B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B5C is #EA84A3. Grayscale: #585858. Windows color (decimal): -15369380 or 6060821. OLE color: 6060821.

HSL color Cylindrical-coordinate representation of color #157B5C: hue angle of 161.76º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B5C is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 123 92 -
CMYK 0.83 0 0.25 0.52
HSL 161.76º 0.71% 0.28% -
HSV(B) 161.76º 0.83% 0.48% -
XYZ 9.32 15.1 12.55 -
YUV 88.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 21 123 92 0.83 0 0.25 0.52 161.76 0.71 0.28
Hex 15 7B 5C 53 0 19 34 A2 47 1C
Octal 25 173 134 123 0 31 64 242 107 34
Binary 10101 1111011 1011100 1010011 0 11001 110100 10100010 1000111 11100

Color Harmonies of #157B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B5C

Black with #157B5C

Text Example


Text Example

White with #157B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,123,92); }

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

background-color css

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

 a { background-color: rgb(21,123,92); }

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

border-color css

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

 span { border-color: rgb(21,123,92); }

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