Html Css Color HEX #72B7AF Gulf Stream

📋 copy color: '#72B7AF'

red 114 ◦ green 183 ◦ blue 175

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

Shades of Gulf Stream #72B7AF

Tints of Gulf Stream #72B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 24.15%
G = 38.77%
B = 37.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#72B7AF (or 0x72B7AF) is known color: Gulf Stream. HEX triplet: 72, B7 and AF. RGB value is (114,183,175). Sum of RGB (Red+Green+Blue) = 114+183+175=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #72B7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B7AF is #8D4850. Grayscale: #A1A1A1. Windows color (decimal): -9259089 or 11515762. OLE color: 11515762.

HSL color Cylindrical-coordinate representation of color #72B7AF: hue angle of 173.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B7AF is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 183 175 -
CMYK 0.38 0 0.04 0.28
HSL 173.04º 0.32% 0.58% -
HSV(B) 173.04º 0.38% 0.72% -
XYZ 31.61 40.54 46.72 -
YUV 161.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 114 183 175 0.38 0 0.04 0.28 173.04 0.32 0.58
Hex 72 B7 AF 26 0 4 1C AD 20 3A
Octal 162 267 257 46 0 4 34 255 40 72
Binary 1110010 10110111 10101111 100110 0 100 11100 10101101 100000 111010

Color Harmonies of #72B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7AF

Black with #72B7AF

Text Example


Text Example

White with #72B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,183,175); }

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

background-color css

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

 a { background-color: rgb(114,183,175); }

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

border-color css

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

 span { border-color: rgb(114,183,175); }

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