Html Css Color HEX #75BDA5 Gulf Stream

📋 copy color: '#75BDA5'

red 117 ◦ green 189 ◦ blue 165

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

Shades of Gulf Stream #75BDA5

Tints of Gulf Stream #75BDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 24.84%
G = 40.13%
B = 35.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#75BDA5 (or 0x75BDA5) is known color: Gulf Stream. HEX triplet: 75, BD and A5. RGB value is (117,189,165). Sum of RGB (Red+Green+Blue) = 117+189+165=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA5 is #8A425A. Grayscale: #A4A4A4. Windows color (decimal): -9060955 or 10861941. OLE color: 10861941.

HSL color Cylindrical-coordinate representation of color #75BDA5: hue angle of 160º 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 #75BDA5 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 165 -
CMYK 0.38 0 0.13 0.26
HSL 160º 0.35% 0.6% -
HSV(B) 160º 0.38% 0.74% -
XYZ 32.33 42.89 42.17 -
YUV 164.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 117 189 165 0.38 0 0.13 0.26 160 0.35 0.6
Hex 75 BD A5 26 0 D 1A A0 23 3C
Octal 165 275 245 46 0 15 32 240 43 74
Binary 1110101 10111101 10100101 100110 0 1101 11010 10100000 100011 111100

Color Harmonies of #75BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDA5

Black with #75BDA5

Text Example


Text Example

White with #75BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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