Html Css Color HEX #7DB8AF Gulf Stream

📋 copy color: '#7DB8AF'

red 125 ◦ green 184 ◦ blue 175

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

Shades of Gulf Stream #7DB8AF

Tints of Gulf Stream #7DB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 25.83%
G = 38.02%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#7DB8AF (or 0x7DB8AF) is known color: Gulf Stream. HEX triplet: 7D, B8 and AF. RGB value is (125,184,175). Sum of RGB (Red+Green+Blue) = 125+184+175=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB8AF is #824750. Grayscale: #A5A5A5. Windows color (decimal): -8537937 or 11516029. OLE color: 11516029.

HSL color Cylindrical-coordinate representation of color #7DB8AF: hue angle of 170.85º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB8AF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 184 175 -
CMYK 0.32 0 0.05 0.28
HSL 170.85º 0.29% 0.61% -
HSV(B) 170.85º 0.32% 0.72% -
XYZ 33.34 41.74 46.86 -
YUV 165.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 125 184 175 0.32 0 0.05 0.28 170.85 0.29 0.61
Hex 7D B8 AF 20 0 5 1C AB 1D 3D
Octal 175 270 257 40 0 5 34 253 35 75
Binary 1111101 10111000 10101111 100000 0 101 11100 10101011 11101 111101

Color Harmonies of #7DB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB8AF

Black with #7DB8AF

Text Example


Text Example

White with #7DB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,184,175); }

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

background-color css

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

 a { background-color: rgb(125,184,175); }

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

border-color css

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

 span { border-color: rgb(125,184,175); }

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