Html Css Color HEX #157260 Deep Sea

📋 copy color: '#157260'

red 21 ◦ green 114 ◦ blue 96

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

Shades of Deep Sea #157260

Tints of Deep Sea #157260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 9.09%
G = 49.35%
B = 41.56%

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

#157260 (or 0x157260) is known color: Deep Sea. HEX triplet: 15, 72 and 60. RGB value is (21,114,96). Sum of RGB (Red+Green+Blue) = 21+114+96=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #157260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157260 is #EA8D9F. Grayscale: #545454. Windows color (decimal): -15371680 or 6320661. OLE color: 6320661.

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

Color convert

RGB 21 114 96 -
CMYK 0.82 0 0.16 0.55
HSL 168.39º 0.69% 0.26% -
HSV(B) 168.39º 0.82% 0.45% -
XYZ 8.44 13.04 13.14 -
YUV 84.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 21 114 96 0.82 0 0.16 0.55 168.39 0.69 0.26
Hex 15 72 60 52 0 10 37 A8 45 1A
Octal 25 162 140 122 0 20 67 250 105 32
Binary 10101 1110010 1100000 1010010 0 10000 110111 10101000 1000101 11010

Color Harmonies of #157260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157260

Black with #157260

Text Example


Text Example

White with #157260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157260; }

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

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

background-color css

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

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

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

border-color css

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

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

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