Html Css Color HEX #75B8B2 Gulf Stream

📋 copy color: '#75B8B2'

red 117 ◦ green 184 ◦ blue 178

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

Shades of Gulf Stream #75B8B2

Tints of Gulf Stream #75B8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 24.43%
G = 38.41%
B = 37.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#75B8B2 (or 0x75B8B2) is known color: Gulf Stream. HEX triplet: 75, B8 and B2. RGB value is (117,184,178). Sum of RGB (Red+Green+Blue) = 117+184+178=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #75B8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B8B2 is #8A474D. Grayscale: #A3A3A3. Windows color (decimal): -9062222 or 11712629. OLE color: 11712629.

HSL color Cylindrical-coordinate representation of color #75B8B2: hue angle of 174.63º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B8B2 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 178 -
CMYK 0.36 0 0.03 0.28
HSL 174.63º 0.32% 0.59% -
HSV(B) 174.63º 0.36% 0.72% -
XYZ 32.51 41.28 48.37 -
YUV 163.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 117 184 178 0.36 0 0.03 0.28 174.63 0.32 0.59
Hex 75 B8 B2 24 0 3 1C AF 20 3B
Octal 165 270 262 44 0 3 34 257 40 73
Binary 1110101 10111000 10110010 100100 0 11 11100 10101111 100000 111011

Color Harmonies of #75B8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B8B2

Black with #75B8B2

Text Example


Text Example

White with #75B8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,184,178); }

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

background-color css

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

 a { background-color: rgb(117,184,178); }

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

border-color css

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

 span { border-color: rgb(117,184,178); }

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