Html Css Color HEX #72BAB0 Gulf Stream

📋 copy color: '#72BAB0'

red 114 ◦ green 186 ◦ blue 176

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

Shades of Gulf Stream #72BAB0

Tints of Gulf Stream #72BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 23.95%
G = 39.08%
B = 36.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#72BAB0 (or 0x72BAB0) is known color: Gulf Stream. HEX triplet: 72, BA and B0. RGB value is (114,186,176). Sum of RGB (Red+Green+Blue) = 114+186+176=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAB0 is #8D454F. Grayscale: #A3A3A3. Windows color (decimal): -9258320 or 11582066. OLE color: 11582066.

HSL color Cylindrical-coordinate representation of color #72BAB0: hue angle of 171.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 176 -
CMYK 0.39 0 0.05 0.27
HSL 171.67º 0.34% 0.59% -
HSV(B) 171.67º 0.39% 0.73% -
XYZ 32.33 41.83 47.44 -
YUV 163.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 114 186 176 0.39 0 0.05 0.27 171.67 0.34 0.59
Hex 72 BA B0 27 0 5 1B AC 22 3B
Octal 162 272 260 47 0 5 33 254 42 73
Binary 1110010 10111010 10110000 100111 0 101 11011 10101100 100010 111011

Color Harmonies of #72BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BAB0

Black with #72BAB0

Text Example


Text Example

White with #72BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,176); }

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

background-color css

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

 a { background-color: rgb(114,186,176); }

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

border-color css

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

 span { border-color: rgb(114,186,176); }

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