Html Css Color HEX #75B5A2 Gulf Stream

📋 copy color: '#75B5A2'

red 117 ◦ green 181 ◦ blue 162

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

Shades of Gulf Stream #75B5A2

Tints of Gulf Stream #75B5A2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 25.43%
G = 39.35%
B = 35.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#75B5A2 (or 0x75B5A2) is known color: Gulf Stream. HEX triplet: 75, B5 and A2. RGB value is (117,181,162). Sum of RGB (Red+Green+Blue) = 117+181+162=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #75B5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B5A2 is #8A4A5D. Grayscale: #9F9F9F. Windows color (decimal): -9063006 or 10663285. OLE color: 10663285.

HSL color Cylindrical-coordinate representation of color #75B5A2: hue angle of 162.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B5A2 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 181 162 -
CMYK 0.35 0 0.10 0.29
HSL 162.19º 0.3% 0.58% -
HSV(B) 162.19º 0.35% 0.71% -
XYZ 30.38 39.44 40.19 -
YUV 159.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 117 181 162 0.35 0 0.10 0.29 162.19 0.3 0.58
Hex 75 B5 A2 23 0 A 1D A2 1E 3A
Octal 165 265 242 43 0 12 35 242 36 72
Binary 1110101 10110101 10100010 100011 0 1010 11101 10100010 11110 111010

Color Harmonies of #75B5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B5A2

Black with #75B5A2

Text Example


Text Example

White with #75B5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,181,162); }

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

background-color css

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

 a { background-color: rgb(117,181,162); }

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

border-color css

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

 span { border-color: rgb(117,181,162); }

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