Html Css Color HEX #7DACA3 Gulf Stream

📋 copy color: '#7DACA3'

red 125 ◦ green 172 ◦ blue 163

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

Shades of Gulf Stream #7DACA3

Tints of Gulf Stream #7DACA3

RGB

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

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

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

R = 27.17%
G = 37.39%
B = 35.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#7DACA3 (or 0x7DACA3) is known color: Gulf Stream. HEX triplet: 7D, AC and A3. RGB value is (125,172,163). Sum of RGB (Red+Green+Blue) = 125+172+163=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACA3 is #82535C. Grayscale: #9C9C9C. Windows color (decimal): -8541021 or 10726525. OLE color: 10726525.

HSL color Cylindrical-coordinate representation of color #7DACA3: hue angle of 168.51º 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 #7DACA3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 163 -
CMYK 0.27 0 0.05 0.33
HSL 168.51º 0.22% 0.58% -
HSV(B) 168.51º 0.27% 0.67% -
XYZ 29.82 36.51 40.13 -
YUV 156.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 125 172 163 0.27 0 0.05 0.33 168.51 0.22 0.58
Hex 7D AC A3 1B 0 5 21 A9 16 3A
Octal 175 254 243 33 0 5 41 251 26 72
Binary 1111101 10101100 10100011 11011 0 101 100001 10101001 10110 111010

Color Harmonies of #7DACA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACA3

Black with #7DACA3

Text Example


Text Example

White with #7DACA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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