Html Css Color HEX #74BDA1 Gulf Stream

📋 copy color: '#74BDA1'

red 116 ◦ green 189 ◦ blue 161

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

Shades of Gulf Stream #74BDA1

Tints of Gulf Stream #74BDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 24.89%
G = 40.56%
B = 34.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#74BDA1 (or 0x74BDA1) is known color: Gulf Stream. HEX triplet: 74, BD and A1. RGB value is (116,189,161). Sum of RGB (Red+Green+Blue) = 116+189+161=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDA1 is #8B425E. Grayscale: #A4A4A4. Windows color (decimal): -9126495 or 10599796. OLE color: 10599796.

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

Color convert

RGB 116 189 161 -
CMYK 0.39 0 0.15 0.26
HSL 156.99º 0.36% 0.6% -
HSV(B) 156.99º 0.39% 0.74% -
XYZ 31.83 42.68 40.28 -
YUV 163.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 116 189 161 0.39 0 0.15 0.26 156.99 0.36 0.6
Hex 74 BD A1 27 0 F 1A 9D 24 3C
Octal 164 275 241 47 0 17 32 235 44 74
Binary 1110100 10111101 10100001 100111 0 1111 11010 10011101 100100 111100

Color Harmonies of #74BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDA1

Black with #74BDA1

Text Example


Text Example

White with #74BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,161); }

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

background-color css

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

 a { background-color: rgb(116,189,161); }

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

border-color css

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

 span { border-color: rgb(116,189,161); }

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