Html Css Color HEX #157B64 Deep Sea

📋 copy color: '#157B64'

red 21 ◦ green 123 ◦ blue 100

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

Shades of Deep Sea #157B64

Tints of Deep Sea #157B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.98%

R = 8.61%
G = 50.41%
B = 40.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#157B64 (or 0x157B64) is known color: Deep Sea. HEX triplet: 15, 7B and 64. RGB value is (21,123,100). Sum of RGB (Red+Green+Blue) = 21+123+100=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #157B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B64 is #EA849B. Grayscale: #595959. Windows color (decimal): -15369372 or 6585109. OLE color: 6585109.

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

Color convert

RGB 21 123 100 -
CMYK 0.83 0 0.19 0.52
HSL 166.47º 0.71% 0.28% -
HSV(B) 166.47º 0.83% 0.48% -
XYZ 9.69 15.25 14.49 -
YUV 89.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 21 123 100 0.83 0 0.19 0.52 166.47 0.71 0.28
Hex 15 7B 64 53 0 13 34 A6 47 1C
Octal 25 173 144 123 0 23 64 246 107 34
Binary 10101 1111011 1100100 1010011 0 10011 110100 10100110 1000111 11100

Color Harmonies of #157B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B64

Black with #157B64

Text Example


Text Example

White with #157B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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