Html Css Color HEX #72AEA0 Gulf Stream

📋 copy color: '#72AEA0'

red 114 ◦ green 174 ◦ blue 160

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

Shades of Gulf Stream #72AEA0

Tints of Gulf Stream #72AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 160 (62.89% from 255) = 35.71%

R = 25.45%
G = 38.84%
B = 35.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#72AEA0 (or 0x72AEA0) is known color: Gulf Stream. HEX triplet: 72, AE and A0. RGB value is (114,174,160). Sum of RGB (Red+Green+Blue) = 114+174+160=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA0 is #8D515F. Grayscale: #9A9A9A. Windows color (decimal): -9261408 or 10530418. OLE color: 10530418.

HSL color Cylindrical-coordinate representation of color #72AEA0: hue angle of 166º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AEA0 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 174 160 -
CMYK 0.34 0 0.08 0.32
HSL 166º 0.27% 0.56% -
HSV(B) 166º 0.34% 0.68% -
XYZ 28.42 36.39 38.78 -
YUV 154.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 114 174 160 0.34 0 0.08 0.32 166 0.27 0.56
Hex 72 AE A0 22 0 8 20 A6 1B 38
Octal 162 256 240 42 0 10 40 246 33 70
Binary 1110010 10101110 10100000 100010 0 1000 100000 10100110 11011 111000

Color Harmonies of #72AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEA0

Black with #72AEA0

Text Example


Text Example

White with #72AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,174,160); }

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

background-color css

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

 a { background-color: rgb(114,174,160); }

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

border-color css

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

 span { border-color: rgb(114,174,160); }

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