#72BCA1

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

Shades of Gulf Stream #72BCA1

Tints of Gulf Stream #72BCA1

Color information

#72BCA1 (or 0x72BCA1) is unknown color: approx Gulf Stream. HEX triplet: 72, BC and A1. RGB value is (114,188,161). Sum of RGB (Red+Green+Blue) = 114+188+161=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BCA1 is #8D435E. Grayscale: #A2A2A2. Windows color (decimal): -9257823 or 10599538. OLE color: 10599538.

HSL color Cylindrical-coordinate representation of color #72BCA1: hue angle of 158.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BCA1 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB114188161-
CMYK0.3900.140.26
HSL158.11º35.58%59.22%-
HSV(B)158.11º39.36%73.73%-
XYZ31.3642.1240.2-
YUV162.8126.9893.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.62%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=24.62%
G=40.60%
B=34.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881610.3900.140.26158.1135.5859.22
Hex72BCA1270E1A9e243b
Octal16227424147016322364473
Binary11100101011110010100001100111011101101010011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,161); }

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

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

 a { background-color: rgb(114,188,161); }

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

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

 span { border-color: rgb(114,188,161); }

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