Html Css Color HEX #74BEA5 Gulf Stream

📋 copy color: '#74BEA5'

red 116 ◦ green 190 ◦ blue 165

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

Shades of Gulf Stream #74BEA5

Tints of Gulf Stream #74BEA5

RGB

 RED value IS 116 (45.7% from 255) = 24.63%

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

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

R = 24.63%
G = 40.34%
B = 35.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#74BEA5 (or 0x74BEA5) is known color: Gulf Stream. HEX triplet: 74, BE and A5. RGB value is (116,190,165). Sum of RGB (Red+Green+Blue) = 116+190+165=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA5 is #8B415A. Grayscale: #A5A5A5. Windows color (decimal): -9126235 or 10862196. OLE color: 10862196.

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

Color convert

RGB 116 190 165 -
CMYK 0.39 0 0.13 0.25
HSL 159.73º 0.36% 0.6% -
HSV(B) 159.73º 0.39% 0.75% -
XYZ 32.41 43.26 42.24 -
YUV 165.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 116 190 165 0.39 0 0.13 0.25 159.73 0.36 0.6
Hex 74 BE A5 27 0 D 19 A0 24 3C
Octal 164 276 245 47 0 15 31 240 44 74
Binary 1110100 10111110 10100101 100111 0 1101 11001 10100000 100100 111100

Color Harmonies of #74BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEA5

Black with #74BEA5

Text Example


Text Example

White with #74BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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