Html Css Color HEX #72AD9D Gulf Stream

📋 copy color: '#72AD9D'

red 114 ◦ green 173 ◦ blue 157

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

Shades of Gulf Stream #72AD9D

Tints of Gulf Stream #72AD9D

RGB

 RED value IS 114 (44.92% from 255) = 25.68%

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 25.68%
G = 38.96%
B = 35.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#72AD9D (or 0x72AD9D) is known color: Gulf Stream. HEX triplet: 72, AD and 9D. RGB value is (114,173,157). Sum of RGB (Red+Green+Blue) = 114+173+157=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD9D is #8D5262. Grayscale: #999999. Windows color (decimal): -9261667 or 10333554. OLE color: 10333554.

HSL color Cylindrical-coordinate representation of color #72AD9D: hue angle of 163.73º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD9D is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 173 157 -
CMYK 0.34 0 0.09 0.32
HSL 163.73º 0.26% 0.56% -
HSV(B) 163.73º 0.34% 0.68% -
XYZ 27.97 35.9 37.35 -
YUV 153.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 114 173 157 0.34 0 0.09 0.32 163.73 0.26 0.56
Hex 72 AD 9D 22 0 9 20 A4 1A 38
Octal 162 255 235 42 0 11 40 244 32 70
Binary 1110010 10101101 10011101 100010 0 1001 100000 10100100 11010 111000

Color Harmonies of #72AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD9D

Black with #72AD9D

Text Example


Text Example

White with #72AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AD9D; }

 p { color: rgb(114,173,157); }

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

background-color css

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

 a { background-color: rgb(114,173,157); }

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

border-color css

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

 span { border-color: rgb(114,173,157); }

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