Html Css Color HEX #75BDA7 Gulf Stream

📋 copy color: '#75BDA7'

red 117 ◦ green 189 ◦ blue 167

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

Shades of Gulf Stream #75BDA7

Tints of Gulf Stream #75BDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.31%

R = 24.74%
G = 39.96%
B = 35.31%

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

#75BDA7 (or 0x75BDA7) is known color: Gulf Stream. HEX triplet: 75, BD and A7. RGB value is (117,189,167). Sum of RGB (Red+Green+Blue) = 117+189+167=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDA7 is #8A4258. Grayscale: #A4A4A4. Windows color (decimal): -9060953 or 10993013. OLE color: 10993013.

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

Color convert

RGB 117 189 167 -
CMYK 0.38 0 0.12 0.26
HSL 161.67º 0.35% 0.6% -
HSV(B) 161.67º 0.38% 0.74% -
XYZ 32.51 42.97 43.14 -
YUV 164.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 117 189 167 0.38 0 0.12 0.26 161.67 0.35 0.6
Hex 75 BD A7 26 0 C 1A A2 23 3C
Octal 165 275 247 46 0 14 32 242 43 74
Binary 1110101 10111101 10100111 100110 0 1100 11010 10100010 100011 111100

Color Harmonies of #75BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDA7

Black with #75BDA7

Text Example


Text Example

White with #75BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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