Html Css Color HEX #75BDA6 Gulf Stream

📋 copy color: '#75BDA6'

red 117 ◦ green 189 ◦ blue 166

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

Shades of Gulf Stream #75BDA6

Tints of Gulf Stream #75BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.04%

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

R = 24.79%
G = 40.04%
B = 35.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#75BDA6 (or 0x75BDA6) is known color: Gulf Stream. HEX triplet: 75, BD and A6. RGB value is (117,189,166). Sum of RGB (Red+Green+Blue) = 117+189+166=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA6 is #8A4259. Grayscale: #A4A4A4. Windows color (decimal): -9060954 or 10927477. OLE color: 10927477.

HSL color Cylindrical-coordinate representation of color #75BDA6: hue angle of 160.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDA6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 166 -
CMYK 0.38 0 0.12 0.26
HSL 160.83º 0.35% 0.6% -
HSV(B) 160.83º 0.38% 0.74% -
XYZ 32.42 42.93 42.65 -
YUV 164.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 117 189 166 0.38 0 0.12 0.26 160.83 0.35 0.6
Hex 75 BD A6 26 0 C 1A A1 23 3C
Octal 165 275 246 46 0 14 32 241 43 74
Binary 1110101 10111101 10100110 100110 0 1100 11010 10100001 100011 111100

Color Harmonies of #75BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDA6

Black with #75BDA6

Text Example


Text Example

White with #75BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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