Html Css Color HEX #72B7B5 Gulf Stream

📋 copy color: '#72B7B5'

red 114 ◦ green 183 ◦ blue 181

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

Shades of Gulf Stream #72B7B5

Tints of Gulf Stream #72B7B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 23.85%
G = 38.28%
B = 37.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#72B7B5 (or 0x72B7B5) is known color: Gulf Stream. HEX triplet: 72, B7 and B5. RGB value is (114,183,181). Sum of RGB (Red+Green+Blue) = 114+183+181=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #72B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7B5 is #8D484A. Grayscale: #A2A2A2. Windows color (decimal): -9259083 or 11908978. OLE color: 11908978.

HSL color Cylindrical-coordinate representation of color #72B7B5: hue angle of 178.26º 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 #72B7B5 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 183 181 -
CMYK 0.38 0 0.01 0.28
HSL 178.26º 0.32% 0.58% -
HSV(B) 178.26º 0.38% 0.72% -
XYZ 32.21 40.78 49.89 -
YUV 162.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 114 183 181 0.38 0 0.01 0.28 178.26 0.32 0.58
Hex 72 B7 B5 26 0 1 1C B2 20 3A
Octal 162 267 265 46 0 1 34 262 40 72
Binary 1110010 10110111 10110101 100110 0 1 11100 10110010 100000 111010

Color Harmonies of #72B7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B7B5

Black with #72B7B5

Text Example


Text Example

White with #72B7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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