Html Css Color HEX #78BCA2 Gulf Stream

📋 copy color: '#78BCA2'

red 120 ◦ green 188 ◦ blue 162

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

Shades of Gulf Stream #78BCA2

Tints of Gulf Stream #78BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 162 (63.67% from 255) = 34.47%

R = 25.53%
G = 40%
B = 34.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#78BCA2 (or 0x78BCA2) is known color: Gulf Stream. HEX triplet: 78, BC and A2. RGB value is (120,188,162). Sum of RGB (Red+Green+Blue) = 120+188+162=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #78BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BCA2 is #87435D. Grayscale: #A4A4A4. Windows color (decimal): -8864606 or 10665080. OLE color: 10665080.

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

Color convert

RGB 120 188 162 -
CMYK 0.36 0 0.14 0.26
HSL 157.06º 0.34% 0.6% -
HSV(B) 157.06º 0.36% 0.74% -
XYZ 32.25 42.57 40.7 -
YUV 164.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 120 188 162 0.36 0 0.14 0.26 157.06 0.34 0.6
Hex 78 BC A2 24 0 E 1A 9D 22 3C
Octal 170 274 242 44 0 16 32 235 42 74
Binary 1111000 10111100 10100010 100100 0 1110 11010 10011101 100010 111100

Color Harmonies of #78BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BCA2

Black with #78BCA2

Text Example


Text Example

White with #78BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,162); }

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

background-color css

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

 a { background-color: rgb(120,188,162); }

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

border-color css

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

 span { border-color: rgb(120,188,162); }

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