Html Css Color HEX #78BDA4 Gulf Stream

📋 copy color: '#78BDA4'

red 120 ◦ green 189 ◦ blue 164

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

Shades of Gulf Stream #78BDA4

Tints of Gulf Stream #78BDA4

RGB

 RED value IS 120 (47.27% from 255) = 25.37%

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

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

R = 25.37%
G = 39.96%
B = 34.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#78BDA4 (or 0x78BDA4) is known color: Gulf Stream. HEX triplet: 78, BD and A4. RGB value is (120,189,164). Sum of RGB (Red+Green+Blue) = 120+189+164=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #78BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BDA4 is #87425B. Grayscale: #A5A5A5. Windows color (decimal): -8864348 or 10796408. OLE color: 10796408.

HSL color Cylindrical-coordinate representation of color #78BDA4: hue angle of 158.26º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BDA4 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 189 164 -
CMYK 0.37 0 0.13 0.26
HSL 158.26º 0.34% 0.61% -
HSV(B) 158.26º 0.37% 0.74% -
XYZ 32.64 43.07 41.71 -
YUV 165.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 120 189 164 0.37 0 0.13 0.26 158.26 0.34 0.61
Hex 78 BD A4 25 0 D 1A 9E 22 3D
Octal 170 275 244 45 0 15 32 236 42 75
Binary 1111000 10111101 10100100 100101 0 1101 11010 10011110 100010 111101

Color Harmonies of #78BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BDA4

Black with #78BDA4

Text Example


Text Example

White with #78BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78BDA4; }

 p { color: rgb(120,189,164); }

 H1.HeaderClassName
 {
   color: #78BDA4;
 }
 .AnyTagClassName
 {
   color: #78BDA4;
 }
</style>

background-color css

<style>
 a { background-color: #78BDA4; }

 a { background-color: rgb(120,189,164); }

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

border-color css

<style>
 span { border-color: #78BDA4; }

 span { border-color: rgb(120,189,164); }

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