Html Css Color HEX #76BCA2 Gulf Stream

📋 copy color: '#76BCA2'

red 118 ◦ green 188 ◦ blue 162

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

Shades of Gulf Stream #76BCA2

Tints of Gulf Stream #76BCA2

RGB

 RED value IS 118 (46.48% from 255) = 25.21%

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

 BLUE value IS 162 (63.67% from 255) = 34.62%

R = 25.21%
G = 40.17%
B = 34.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#76BCA2 (or 0x76BCA2) is known color: Gulf Stream. HEX triplet: 76, BC and A2. RGB value is (118,188,162). Sum of RGB (Red+Green+Blue) = 118+188+162=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCA2 is #89435D. Grayscale: #A4A4A4. Windows color (decimal): -8995678 or 10665078. OLE color: 10665078.

HSL color Cylindrical-coordinate representation of color #76BCA2: hue angle of 157.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCA2 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 162 -
CMYK 0.37 0 0.14 0.26
HSL 157.71º 0.34% 0.6% -
HSV(B) 157.71º 0.37% 0.74% -
XYZ 31.98 42.43 40.69 -
YUV 164.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 118 188 162 0.37 0 0.14 0.26 157.71 0.34 0.6
Hex 76 BC A2 25 0 E 1A 9E 22 3C
Octal 166 274 242 45 0 16 32 236 42 74
Binary 1110110 10111100 10100010 100101 0 1110 11010 10011110 100010 111100

Color Harmonies of #76BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCA2

Black with #76BCA2

Text Example


Text Example

White with #76BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BCA2; }

 p { color: rgb(118,188,162); }

 H1.HeaderClassName
 {
   color: #76BCA2;
 }
 .AnyTagClassName
 {
   color: #76BCA2;
 }
</style>

background-color css

<style>
 a { background-color: #76BCA2; }

 a { background-color: rgb(118,188,162); }

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

border-color css

<style>
 span { border-color: #76BCA2; }

 span { border-color: rgb(118,188,162); }

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