Html Css Color HEX #7DACA8 Gulf Stream

📋 copy color: '#7DACA8'

red 125 ◦ green 172 ◦ blue 168

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

Shades of Gulf Stream #7DACA8

Tints of Gulf Stream #7DACA8

RGB

 RED value IS 125 (49.22% from 255) = 26.88%

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

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

R = 26.88%
G = 36.99%
B = 36.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#7DACA8 (or 0x7DACA8) is known color: Gulf Stream. HEX triplet: 7D, AC and A8. RGB value is (125,172,168). Sum of RGB (Red+Green+Blue) = 125+172+168=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACA8 is #825357. Grayscale: #9D9D9D. Windows color (decimal): -8541016 or 11054205. OLE color: 11054205.

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

Color convert

RGB 125 172 168 -
CMYK 0.27 0 0.02 0.33
HSL 174.89º 0.22% 0.58% -
HSV(B) 174.89º 0.27% 0.67% -
XYZ 30.28 36.69 42.53 -
YUV 157.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 125 172 168 0.27 0 0.02 0.33 174.89 0.22 0.58
Hex 7D AC A8 1B 0 2 21 AF 16 3A
Octal 175 254 250 33 0 2 41 257 26 72
Binary 1111101 10101100 10101000 11011 0 10 100001 10101111 10110 111010

Color Harmonies of #7DACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACA8

Black with #7DACA8

Text Example


Text Example

White with #7DACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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