Html Css Color HEX #75B9B4 Gulf Stream

📋 copy color: '#75B9B4'

red 117 ◦ green 185 ◦ blue 180

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

Shades of Gulf Stream #75B9B4

Tints of Gulf Stream #75B9B4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.38%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 24.27%
G = 38.38%
B = 37.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#75B9B4 (or 0x75B9B4) is known color: Gulf Stream. HEX triplet: 75, B9 and B4. RGB value is (117,185,180). Sum of RGB (Red+Green+Blue) = 117+185+180=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #75B9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9B4 is #8A464B. Grayscale: #A4A4A4. Windows color (decimal): -9061964 or 11843957. OLE color: 11843957.

HSL color Cylindrical-coordinate representation of color #75B9B4: hue angle of 175.59º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B9B4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 180 -
CMYK 0.37 0 0.03 0.27
HSL 175.59º 0.33% 0.59% -
HSV(B) 175.59º 0.37% 0.73% -
XYZ 32.92 41.78 49.51 -
YUV 164.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 117 185 180 0.37 0 0.03 0.27 175.59 0.33 0.59
Hex 75 B9 B4 25 0 3 1B B0 21 3B
Octal 165 271 264 45 0 3 33 260 41 73
Binary 1110101 10111001 10110100 100101 0 11 11011 10110000 100001 111011

Color Harmonies of #75B9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B9B4

Black with #75B9B4

Text Example


Text Example

White with #75B9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,185,180); }

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

background-color css

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

 a { background-color: rgb(117,185,180); }

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

border-color css

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

 span { border-color: rgb(117,185,180); }

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