Html Css Color HEX #157467 Deep Sea

📋 copy color: '#157467'

red 21 ◦ green 116 ◦ blue 103

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

Shades of Deep Sea #157467

Tints of Deep Sea #157467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 8.75%
G = 48.33%
B = 42.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#157467 (or 0x157467) is known color: Deep Sea. HEX triplet: 15, 74 and 67. RGB value is (21,116,103). Sum of RGB (Red+Green+Blue) = 21+116+103=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #157467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157467 is #EA8B98. Grayscale: #565656. Windows color (decimal): -15371161 or 6779925. OLE color: 6779925.

HSL color Cylindrical-coordinate representation of color #157467: hue angle of 171.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157467 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 103 -
CMYK 0.82 0 0.11 0.55
HSL 171.79º 0.69% 0.27% -
HSV(B) 171.79º 0.82% 0.45% -
XYZ 9 13.63 14.99 -
YUV 86.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 21 116 103 0.82 0 0.11 0.55 171.79 0.69 0.27
Hex 15 74 67 52 0 B 37 AC 45 1B
Octal 25 164 147 122 0 13 67 254 105 33
Binary 10101 1110100 1100111 1010010 0 1011 110111 10101100 1000101 11011

Color Harmonies of #157467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157467

Black with #157467

Text Example


Text Example

White with #157467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157467; }

 p { color: rgb(21,116,103); }

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

background-color css

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

 a { background-color: rgb(21,116,103); }

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

border-color css

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

 span { border-color: rgb(21,116,103); }

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