Html Css Color HEX #72BEA8 Gulf Stream

📋 copy color: '#72BEA8'

red 114 ◦ green 190 ◦ blue 168

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

Shades of Gulf Stream #72BEA8

Tints of Gulf Stream #72BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 24.15%
G = 40.25%
B = 35.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#72BEA8 (or 0x72BEA8) is known color: Gulf Stream. HEX triplet: 72, BE and A8. RGB value is (114,190,168). Sum of RGB (Red+Green+Blue) = 114+190+168=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEA8 is #8D4157. Grayscale: #A4A4A4. Windows color (decimal): -9257304 or 11058802. OLE color: 11058802.

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

Color convert

RGB 114 190 168 -
CMYK 0.40 0 0.12 0.25
HSL 162.63º 0.37% 0.6% -
HSV(B) 162.63º 0.4% 0.75% -
XYZ 32.42 43.23 43.68 -
YUV 164.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 114 190 168 0.40 0 0.12 0.25 162.63 0.37 0.6
Hex 72 BE A8 28 0 C 19 A3 25 3C
Octal 162 276 250 50 0 14 31 243 45 74
Binary 1110010 10111110 10101000 101000 0 1100 11001 10100011 100101 111100

Color Harmonies of #72BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BEA8

Black with #72BEA8

Text Example


Text Example

White with #72BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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