Html Css Color HEX #157262 Deep Sea

📋 copy color: '#157262'

red 21 ◦ green 114 ◦ blue 98

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

Shades of Deep Sea #157262

Tints of Deep Sea #157262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

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

R = 9.01%
G = 48.93%
B = 42.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#157262 (or 0x157262) is known color: Deep Sea. HEX triplet: 15, 72 and 62. RGB value is (21,114,98). Sum of RGB (Red+Green+Blue) = 21+114+98=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #157262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157262 is #EA8D9D. Grayscale: #545454. Windows color (decimal): -15371678 or 6451733. OLE color: 6451733.

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

Color convert

RGB 21 114 98 -
CMYK 0.82 0 0.14 0.55
HSL 169.68º 0.69% 0.26% -
HSV(B) 169.68º 0.82% 0.45% -
XYZ 8.53 13.08 13.63 -
YUV 84.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 21 114 98 0.82 0 0.14 0.55 169.68 0.69 0.26
Hex 15 72 62 52 0 E 37 AA 45 1A
Octal 25 162 142 122 0 16 67 252 105 32
Binary 10101 1110010 1100010 1010010 0 1110 110111 10101010 1000101 11010

Color Harmonies of #157262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157262

Black with #157262

Text Example


Text Example

White with #157262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157262; }

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

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

background-color css

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

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

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

border-color css

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

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

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