Html Css Color HEX #7DB5AC Gulf Stream

📋 copy color: '#7DB5AC'

red 125 ◦ green 181 ◦ blue 172

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

Shades of Gulf Stream #7DB5AC

Tints of Gulf Stream #7DB5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 26.15%
G = 37.87%
B = 35.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#7DB5AC (or 0x7DB5AC) is known color: Gulf Stream. HEX triplet: 7D, B5 and AC. RGB value is (125,181,172). Sum of RGB (Red+Green+Blue) = 125+181+172=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB5AC is #824A53. Grayscale: #A3A3A3. Windows color (decimal): -8538708 or 11318653. OLE color: 11318653.

HSL color Cylindrical-coordinate representation of color #7DB5AC: hue angle of 170.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB5AC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 172 -
CMYK 0.31 0 0.05 0.29
HSL 170.36º 0.27% 0.6% -
HSV(B) 170.36º 0.31% 0.71% -
XYZ 32.43 40.39 45.12 -
YUV 163.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 125 181 172 0.31 0 0.05 0.29 170.36 0.27 0.6
Hex 7D B5 AC 1F 0 5 1D AA 1B 3C
Octal 175 265 254 37 0 5 35 252 33 74
Binary 1111101 10110101 10101100 11111 0 101 11101 10101010 11011 111100

Color Harmonies of #7DB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB5AC

Black with #7DB5AC

Text Example


Text Example

White with #7DB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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