Html Css Color HEX #76BEA3 Gulf Stream

📋 copy color: '#76BEA3'

red 118 ◦ green 190 ◦ blue 163

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

Shades of Gulf Stream #76BEA3

Tints of Gulf Stream #76BEA3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.34%

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 25.05%
G = 40.34%
B = 34.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#76BEA3 (or 0x76BEA3) is known color: Gulf Stream. HEX triplet: 76, BE and A3. RGB value is (118,190,163). Sum of RGB (Red+Green+Blue) = 118+190+163=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEA3 is #89415C. Grayscale: #A5A5A5. Windows color (decimal): -8995165 or 10731126. OLE color: 10731126.

HSL color Cylindrical-coordinate representation of color #76BEA3: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEA3 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 163 -
CMYK 0.38 0 0.14 0.25
HSL 157.5º 0.36% 0.6% -
HSV(B) 157.5º 0.38% 0.75% -
XYZ 32.5 43.32 41.3 -
YUV 165.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 118 190 163 0.38 0 0.14 0.25 157.5 0.36 0.6
Hex 76 BE A3 26 0 E 19 9E 24 3C
Octal 166 276 243 46 0 16 31 236 44 74
Binary 1110110 10111110 10100011 100110 0 1110 11001 10011110 100100 111100

Color Harmonies of #76BEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEA3

Black with #76BEA3

Text Example


Text Example

White with #76BEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,163); }

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

background-color css

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

 a { background-color: rgb(118,190,163); }

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

border-color css

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

 span { border-color: rgb(118,190,163); }

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