#72BEA7

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

Shades of Gulf Stream #72BEA7

Tints of Gulf Stream #72BEA7

Color information

#72BEA7 (or 0x72BEA7) is unknown color: approx Gulf Stream. HEX triplet: 72, BE and A7. RGB value is (114,190,167). Sum of RGB (Red+Green+Blue) = 114+190+167=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEA7 is #8D4158. Grayscale: #A4A4A4. Windows color (decimal): -9257305 or 10993266. OLE color: 10993266.

HSL color Cylindrical-coordinate representation of color #72BEA7: hue angle of 161.84º 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 #72BEA7 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB114190167-
CMYK0.4000.120.25
HSL161.84º36.89%59.61%-
HSV(B)161.84º40%74.51%-
XYZ32.3343.1943.19-
YUV164.65129.3291.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=24.20%
G=40.34%
B=35.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901670.4000.120.25161.8436.8959.61
Hex72BEA7280C19a2253c
Octal16227624750014312424574
Binary11100101011111010100111101000011001100110100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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