Html Css Color HEX #157267 Deep Sea

📋 copy color: '#157267'

red 21 ◦ green 114 ◦ blue 103

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

Shades of Deep Sea #157267

Tints of Deep Sea #157267

RGB

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

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

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

R = 8.82%
G = 47.9%
B = 43.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#157267 (or 0x157267) is known color: Deep Sea. HEX triplet: 15, 72 and 67. RGB value is (21,114,103). Sum of RGB (Red+Green+Blue) = 21+114+103=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #157267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157267 is #EA8D98. Grayscale: #545454. Windows color (decimal): -15371673 or 6779413. OLE color: 6779413.

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

Color convert

RGB 21 114 103 -
CMYK 0.82 0 0.10 0.55
HSL 172.9º 0.69% 0.26% -
HSV(B) 172.9º 0.82% 0.45% -
XYZ 8.77 13.17 14.91 -
YUV 84.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 21 114 103 0.82 0 0.10 0.55 172.9 0.69 0.26
Hex 15 72 67 52 0 A 37 AD 45 1A
Octal 25 162 147 122 0 12 67 255 105 32
Binary 10101 1110010 1100111 1010010 0 1010 110111 10101101 1000101 11010

Color Harmonies of #157267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157267

Black with #157267

Text Example


Text Example

White with #157267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157267; }

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

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

background-color css

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

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

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

border-color css

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

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

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