Html Css Color HEX #75B6A5 Gulf Stream

📋 copy color: '#75B6A5'

red 117 ◦ green 182 ◦ blue 165

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

Shades of Gulf Stream #75B6A5

Tints of Gulf Stream #75B6A5

RGB

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

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

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

R = 25.22%
G = 39.22%
B = 35.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#75B6A5 (or 0x75B6A5) is known color: Gulf Stream. HEX triplet: 75, B6 and A5. RGB value is (117,182,165). Sum of RGB (Red+Green+Blue) = 117+182+165=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B6A5 is #8A495A. Grayscale: #A0A0A0. Windows color (decimal): -9062747 or 10860149. OLE color: 10860149.

HSL color Cylindrical-coordinate representation of color #75B6A5: hue angle of 164.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B6A5 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 182 165 -
CMYK 0.36 0 0.09 0.29
HSL 164.31º 0.31% 0.59% -
HSV(B) 164.31º 0.36% 0.71% -
XYZ 30.86 39.95 41.68 -
YUV 160.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 117 182 165 0.36 0 0.09 0.29 164.31 0.31 0.59
Hex 75 B6 A5 24 0 9 1D A4 1F 3B
Octal 165 266 245 44 0 11 35 244 37 73
Binary 1110101 10110110 10100101 100100 0 1001 11101 10100100 11111 111011

Color Harmonies of #75B6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B6A5

Black with #75B6A5

Text Example


Text Example

White with #75B6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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