Html Css Color HEX #7DB6B4 Gulf Stream

📋 copy color: '#7DB6B4'

red 125 ◦ green 182 ◦ blue 180

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

Shades of Gulf Stream #7DB6B4

Tints of Gulf Stream #7DB6B4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.37%

 BLUE value IS 180 (70.7% from 255) = 36.96%

R = 25.67%
G = 37.37%
B = 36.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#7DB6B4 (or 0x7DB6B4) is known color: Gulf Stream. HEX triplet: 7D, B6 and B4. RGB value is (125,182,180). Sum of RGB (Red+Green+Blue) = 125+182+180=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB6B4 is #82494B. Grayscale: #A4A4A4. Windows color (decimal): -8538444 or 11843197. OLE color: 11843197.

HSL color Cylindrical-coordinate representation of color #7DB6B4: hue angle of 177.89º degrees, saturation: 0.28, 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 #7DB6B4 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 180 -
CMYK 0.31 0 0.01 0.29
HSL 177.89º 0.28% 0.6% -
HSV(B) 177.89º 0.31% 0.71% -
XYZ 33.42 41.11 49.35 -
YUV 164.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 125 182 180 0.31 0 0.01 0.29 177.89 0.28 0.6
Hex 7D B6 B4 1F 0 1 1D B2 1C 3C
Octal 175 266 264 37 0 1 35 262 34 74
Binary 1111101 10110110 10110100 11111 0 1 11101 10110010 11100 111100

Color Harmonies of #7DB6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB6B4

Black with #7DB6B4

Text Example


Text Example

White with #7DB6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,182,180); }

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

background-color css

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

 a { background-color: rgb(125,182,180); }

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

border-color css

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

 span { border-color: rgb(125,182,180); }

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