Html Css Color HEX #75BEA4 Gulf Stream

📋 copy color: '#75BEA4'

red 117 ◦ green 190 ◦ blue 164

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

Shades of Gulf Stream #75BEA4

Tints of Gulf Stream #75BEA4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.34%

 BLUE value IS 164 (64.45% from 255) = 34.82%

R = 24.84%
G = 40.34%
B = 34.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#75BEA4 (or 0x75BEA4) is known color: Gulf Stream. HEX triplet: 75, BE and A4. RGB value is (117,190,164). Sum of RGB (Red+Green+Blue) = 117+190+164=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA4 is #8A415B. Grayscale: #A5A5A5. Windows color (decimal): -9060700 or 10796661. OLE color: 10796661.

HSL color Cylindrical-coordinate representation of color #75BEA4: hue angle of 158.63º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEA4 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 164 -
CMYK 0.38 0 0.14 0.25
HSL 158.63º 0.36% 0.6% -
HSV(B) 158.63º 0.38% 0.75% -
XYZ 32.45 43.29 41.77 -
YUV 165.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 117 190 164 0.38 0 0.14 0.25 158.63 0.36 0.6
Hex 75 BE A4 26 0 E 19 9F 24 3C
Octal 165 276 244 46 0 16 31 237 44 74
Binary 1110101 10111110 10100100 100110 0 1110 11001 10011111 100100 111100

Color Harmonies of #75BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEA4

Black with #75BEA4

Text Example


Text Example

White with #75BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,164); }

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

background-color css

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

 a { background-color: rgb(117,190,164); }

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

border-color css

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

 span { border-color: rgb(117,190,164); }

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