#72BBA3

Color #72BBA3 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #72BBA3

Tints of Gulf Stream #72BBA3

Color information

#72BBA3 (or 0x72BBA3) is unknown color: approx Gulf Stream. HEX triplet: 72, BB and A3. RGB value is (114,187,163). Sum of RGB (Red+Green+Blue) = 114+187+163=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBA3 is #8D445C. Grayscale: #A2A2A2. Windows color (decimal): -9258077 or 10730354. OLE color: 10730354.

HSL color Cylindrical-coordinate representation of color #72BBA3: hue angle of 160.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BBA3 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB114187163-
CMYK0.3900.130.27
HSL160.27º34.93%59.02%-
HSV(B)160.27º39.04%73.33%-
XYZ31.3241.7641.06-
YUV162.44128.3293.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 163 (64.06% from 255) = 35.13%
R=24.57%
G=40.30%
B=35.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871630.3900.130.27160.2734.9359.02
Hex72BBA3270D1Ba0233b
Octal16227324347015332404373
Binary11100101011101110100011100111011011101110100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,163); }

 H1.HeaderClassName
 {
   color: #72BBA3;
 }
 .AnyTagClassName
 {
   color: #72BBA3;
 }
</style>
background-color css

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

 a { background-color: rgb(114,187,163); }

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

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

 span { border-color: rgb(114,187,163); }

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