#72BEA5

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

Shades of Gulf Stream #72BEA5

Tints of Gulf Stream #72BEA5

Color information

#72BEA5 (or 0x72BEA5) is unknown color: approx Gulf Stream. HEX triplet: 72, BE and A5. RGB value is (114,190,165). Sum of RGB (Red+Green+Blue) = 114+190+165=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEA5 is #8D415A. Grayscale: #A4A4A4. Windows color (decimal): -9257307 or 10862194. OLE color: 10862194.

HSL color Cylindrical-coordinate representation of color #72BEA5: hue angle of 160.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BEA5 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB114190165-
CMYK0.4000.130.25
HSL160.26º36.89%59.61%-
HSV(B)160.26º40%74.51%-
XYZ32.1443.1242.23-
YUV164.43128.3292.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.31%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=24.31%
G=40.51%
B=35.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901650.4000.130.25160.2636.8959.61
Hex72BEA5280D19a0253c
Octal16227624550015312404574
Binary11100101011111010100101101000011011100110100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,165); }

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

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

 a { background-color: rgb(114,190,165); }

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

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

 span { border-color: rgb(114,190,165); }

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