Html Css Color HEX #75ADA6 Gulf Stream

📋 copy color: '#75ADA6'

red 117 ◦ green 173 ◦ blue 166

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

Shades of Gulf Stream #75ADA6

Tints of Gulf Stream #75ADA6

RGB

 RED value IS 117 (46.09% from 255) = 25.66%

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 25.66%
G = 37.94%
B = 36.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#75ADA6 (or 0x75ADA6) is known color: Gulf Stream. HEX triplet: 75, AD and A6. RGB value is (117,173,166). Sum of RGB (Red+Green+Blue) = 117+173+166=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #75ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ADA6 is #8A5259. Grayscale: #9B9B9B. Windows color (decimal): -9065050 or 10923381. OLE color: 10923381.

HSL color Cylindrical-coordinate representation of color #75ADA6: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ADA6 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 166 -
CMYK 0.32 0 0.04 0.32
HSL 172.5º 0.25% 0.57% -
HSV(B) 172.5º 0.32% 0.68% -
XYZ 29.16 36.42 41.57 -
YUV 155.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 117 173 166 0.32 0 0.04 0.32 172.5 0.25 0.57
Hex 75 AD A6 20 0 4 20 AC 19 39
Octal 165 255 246 40 0 4 40 254 31 71
Binary 1110101 10101101 10100110 100000 0 100 100000 10101100 11001 111001

Color Harmonies of #75ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADA6

Black with #75ADA6

Text Example


Text Example

White with #75ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75ADA6; }

 p { color: rgb(117,173,166); }

 H1.HeaderClassName
 {
   color: #75ADA6;
 }
 .AnyTagClassName
 {
   color: #75ADA6;
 }
</style>

background-color css

<style>
 a { background-color: #75ADA6; }

 a { background-color: rgb(117,173,166); }

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

border-color css

<style>
 span { border-color: #75ADA6; }

 span { border-color: rgb(117,173,166); }

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