Html Css Color HEX #6FBCA6 Gulf Stream

📋 copy color: '#6FBCA6'

red 111 ◦ green 188 ◦ blue 166

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

Shades of Gulf Stream #6FBCA6

Tints of Gulf Stream #6FBCA6

RGB

 RED value IS 111 (43.75% from 255) = 23.87%

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

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 23.87%
G = 40.43%
B = 35.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#6FBCA6 (or 0x6FBCA6) is known color: Gulf Stream. HEX triplet: 6F, BC and A6. RGB value is (111,188,166). Sum of RGB (Red+Green+Blue) = 111+188+166=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA6 is #904359. Grayscale: #A2A2A2. Windows color (decimal): -9454426 or 10927215. OLE color: 10927215.

HSL color Cylindrical-coordinate representation of color #6FBCA6: hue angle of 162.86º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCA6 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 166 -
CMYK 0.41 0 0.12 0.26
HSL 162.86º 0.36% 0.59% -
HSV(B) 162.86º 0.41% 0.74% -
XYZ 31.42 42.1 42.55 -
YUV 162.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 111 188 166 0.41 0 0.12 0.26 162.86 0.36 0.59
Hex 6F BC A6 29 0 C 1A A3 24 3B
Octal 157 274 246 51 0 14 32 243 44 73
Binary 1101111 10111100 10100110 101001 0 1100 11010 10100011 100100 111011

Color Harmonies of #6FBCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCA6

Black with #6FBCA6

Text Example


Text Example

White with #6FBCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FBCA6; }

 p { color: rgb(111,188,166); }

 H1.HeaderClassName
 {
   color: #6FBCA6;
 }
 .AnyTagClassName
 {
   color: #6FBCA6;
 }
</style>

background-color css

<style>
 a { background-color: #6FBCA6; }

 a { background-color: rgb(111,188,166); }

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

border-color css

<style>
 span { border-color: #6FBCA6; }

 span { border-color: rgb(111,188,166); }

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