Html Css Color HEX #72BCB0 Gulf Stream

📋 copy color: '#72BCB0'

red 114 ◦ green 188 ◦ blue 176

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

Shades of Gulf Stream #72BCB0

Tints of Gulf Stream #72BCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

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

R = 23.85%
G = 39.33%
B = 36.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#72BCB0 (or 0x72BCB0) is known color: Gulf Stream. HEX triplet: 72, BC and B0. RGB value is (114,188,176). Sum of RGB (Red+Green+Blue) = 114+188+176=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BCB0 is #8D434F. Grayscale: #A4A4A4. Windows color (decimal): -9257808 or 11582578. OLE color: 11582578.

HSL color Cylindrical-coordinate representation of color #72BCB0: hue angle of 170.27º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BCB0 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 176 -
CMYK 0.39 0 0.06 0.26
HSL 170.27º 0.36% 0.59% -
HSV(B) 170.27º 0.39% 0.74% -
XYZ 32.76 42.68 47.59 -
YUV 164.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 114 188 176 0.39 0 0.06 0.26 170.27 0.36 0.59
Hex 72 BC B0 27 0 6 1A AA 24 3B
Octal 162 274 260 47 0 6 32 252 44 73
Binary 1110010 10111100 10110000 100111 0 110 11010 10101010 100100 111011

Color Harmonies of #72BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCB0

Black with #72BCB0

Text Example


Text Example

White with #72BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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