Html Css Color HEX #71BEA5 Gulf Stream

📋 copy color: '#71BEA5'

red 113 ◦ green 190 ◦ blue 165

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

Shades of Gulf Stream #71BEA5

Tints of Gulf Stream #71BEA5

RGB

 RED value IS 113 (44.53% from 255) = 24.15%

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

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

R = 24.15%
G = 40.6%
B = 35.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#71BEA5 (or 0x71BEA5) is known color: Gulf Stream. HEX triplet: 71, BE and A5. RGB value is (113,190,165). Sum of RGB (Red+Green+Blue) = 113+190+165=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA5 is #8E415A. Grayscale: #A4A4A4. Windows color (decimal): -9322843 or 10862193. OLE color: 10862193.

HSL color Cylindrical-coordinate representation of color #71BEA5: hue angle of 160.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEA5 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 165 -
CMYK 0.41 0 0.13 0.25
HSL 160.52º 0.37% 0.59% -
HSV(B) 160.52º 0.41% 0.75% -
XYZ 32.02 43.05 42.22 -
YUV 164.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 113 190 165 0.41 0 0.13 0.25 160.52 0.37 0.59
Hex 71 BE A5 29 0 D 19 A1 25 3B
Octal 161 276 245 51 0 15 31 241 45 73
Binary 1110001 10111110 10100101 101001 0 1101 11001 10100001 100101 111011

Color Harmonies of #71BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEA5

Black with #71BEA5

Text Example


Text Example

White with #71BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71BEA5; }

 p { color: rgb(113,190,165); }

 H1.HeaderClassName
 {
   color: #71BEA5;
 }
 .AnyTagClassName
 {
   color: #71BEA5;
 }
</style>

background-color css

<style>
 a { background-color: #71BEA5; }

 a { background-color: rgb(113,190,165); }

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

border-color css

<style>
 span { border-color: #71BEA5; }

 span { border-color: rgb(113,190,165); }

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