Html Css Color HEX #72BBA4 Gulf Stream

📋 copy color: '#72BBA4'

red 114 ◦ green 187 ◦ blue 164

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

Shades of Gulf Stream #72BBA4

Tints of Gulf Stream #72BBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 164 (64.45% from 255) = 35.27%

R = 24.52%
G = 40.22%
B = 35.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#72BBA4 (or 0x72BBA4) is known color: Gulf Stream. HEX triplet: 72, BB and A4. RGB value is (114,187,164). Sum of RGB (Red+Green+Blue) = 114+187+164=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBA4 is #8D445B. Grayscale: #A2A2A2. Windows color (decimal): -9258076 or 10795890. OLE color: 10795890.

HSL color Cylindrical-coordinate representation of color #72BBA4: hue angle of 161.1º degrees, saturation: 0.35, 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 #72BBA4 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 187 164 -
CMYK 0.39 0 0.12 0.27
HSL 161.1º 0.35% 0.59% -
HSV(B) 161.1º 0.39% 0.73% -
XYZ 31.41 41.8 41.53 -
YUV 162.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 114 187 164 0.39 0 0.12 0.27 161.1 0.35 0.59
Hex 72 BB A4 27 0 C 1B A1 23 3B
Octal 162 273 244 47 0 14 33 241 43 73
Binary 1110010 10111011 10100100 100111 0 1100 11011 10100001 100011 111011

Color Harmonies of #72BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BBA4

Black with #72BBA4

Text Example


Text Example

White with #72BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,187,164); }

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

background-color css

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

 a { background-color: rgb(114,187,164); }

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

border-color css

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

 span { border-color: rgb(114,187,164); }

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