Html Css Color HEX #7FACA8 Gulf Stream

📋 copy color: '#7FACA8'

red 127 ◦ green 172 ◦ blue 168

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

Shades of Gulf Stream #7FACA8

Tints of Gulf Stream #7FACA8

RGB

 RED value IS 127 (50% from 255) = 27.19%

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 27.19%
G = 36.83%
B = 35.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#7FACA8 (or 0x7FACA8) is known color: Gulf Stream. HEX triplet: 7F, AC and A8. RGB value is (127,172,168). Sum of RGB (Red+Green+Blue) = 127+172+168=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA8 is #805357. Grayscale: #9E9E9E. Windows color (decimal): -8409944 or 11054207. OLE color: 11054207.

HSL color Cylindrical-coordinate representation of color #7FACA8: hue angle of 174.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACA8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 168 -
CMYK 0.26 0 0.02 0.33
HSL 174.67º 0.21% 0.59% -
HSV(B) 174.67º 0.26% 0.67% -
XYZ 30.57 36.84 42.55 -
YUV 158.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 127 172 168 0.26 0 0.02 0.33 174.67 0.21 0.59
Hex 7F AC A8 1A 0 2 21 AF 15 3B
Octal 177 254 250 32 0 2 41 257 25 73
Binary 1111111 10101100 10101000 11010 0 10 100001 10101111 10101 111011

Color Harmonies of #7FACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACA8

Black with #7FACA8

Text Example


Text Example

White with #7FACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FACA8; }

 p { color: rgb(127,172,168); }

 H1.HeaderClassName
 {
   color: #7FACA8;
 }
 .AnyTagClassName
 {
   color: #7FACA8;
 }
</style>

background-color css

<style>
 a { background-color: #7FACA8; }

 a { background-color: rgb(127,172,168); }

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

border-color css

<style>
 span { border-color: #7FACA8; }

 span { border-color: rgb(127,172,168); }

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