Html Css Color HEX #78AF9F Gulf Stream

📋 copy color: '#78AF9F'

red 120 ◦ green 175 ◦ blue 159

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

Shades of Gulf Stream #78AF9F

Tints of Gulf Stream #78AF9F

RGB

 RED value IS 120 (47.27% from 255) = 26.43%

 GREEN value IS 175 (68.75% from 255) = 38.55%

 BLUE value IS 159 (62.5% from 255) = 35.02%

R = 26.43%
G = 38.55%
B = 35.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#78AF9F (or 0x78AF9F) is known color: Gulf Stream. HEX triplet: 78, AF and 9F. RGB value is (120,175,159). Sum of RGB (Red+Green+Blue) = 120+175+159=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF9F is #875060. Grayscale: #9C9C9C. Windows color (decimal): -8867937 or 10465144. OLE color: 10465144.

HSL color Cylindrical-coordinate representation of color #78AF9F: hue angle of 162.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF9F is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 175 159 -
CMYK 0.31 0 0.09 0.31
HSL 162.55º 0.26% 0.58% -
HSV(B) 162.55º 0.31% 0.69% -
XYZ 29.33 37.16 38.43 -
YUV 156.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 120 175 159 0.31 0 0.09 0.31 162.55 0.26 0.58
Hex 78 AF 9F 1F 0 9 1F A3 1A 3A
Octal 170 257 237 37 0 11 37 243 32 72
Binary 1111000 10101111 10011111 11111 0 1001 11111 10100011 11010 111010

Color Harmonies of #78AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AF9F

Black with #78AF9F

Text Example


Text Example

White with #78AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AF9F; }

 p { color: rgb(120,175,159); }

 H1.HeaderClassName
 {
   color: #78AF9F;
 }
 .AnyTagClassName
 {
   color: #78AF9F;
 }
</style>

background-color css

<style>
 a { background-color: #78AF9F; }

 a { background-color: rgb(120,175,159); }

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

border-color css

<style>
 span { border-color: #78AF9F; }

 span { border-color: rgb(120,175,159); }

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