Html Css Color HEX #157462 Deep Sea

📋 copy color: '#157462'

red 21 ◦ green 116 ◦ blue 98

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

Shades of Deep Sea #157462

Tints of Deep Sea #157462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 8.94%
G = 49.36%
B = 41.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#157462 (or 0x157462) is known color: Deep Sea. HEX triplet: 15, 74 and 62. RGB value is (21,116,98). Sum of RGB (Red+Green+Blue) = 21+116+98=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #157462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157462 is #EA8B9D. Grayscale: #555555. Windows color (decimal): -15371166 or 6452245. OLE color: 6452245.

HSL color Cylindrical-coordinate representation of color #157462: hue angle of 168.63º 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 #157462 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 98 -
CMYK 0.82 0 0.16 0.55
HSL 168.63º 0.69% 0.27% -
HSV(B) 168.63º 0.82% 0.45% -
XYZ 8.76 13.53 13.71 -
YUV 85.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 21 116 98 0.82 0 0.16 0.55 168.63 0.69 0.27
Hex 15 74 62 52 0 10 37 A9 45 1B
Octal 25 164 142 122 0 20 67 251 105 33
Binary 10101 1110100 1100010 1010010 0 10000 110111 10101001 1000101 11011

Color Harmonies of #157462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157462

Black with #157462

Text Example


Text Example

White with #157462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157462; }

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

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

background-color css

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

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

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

border-color css

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

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

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